Uses of Class
com.amazonaws.services.route53.model.GeoLocationDetails
Packages that use GeoLocationDetails
-
Uses of GeoLocationDetails in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GeoLocationDetailsModifier and TypeMethodDescriptionGeoLocationDetails.clone()GetGeoLocationResult.getGeoLocationDetails()A complex type that contains the information about the specified geo location.GeoLocationDetails.withContinentCode(String continentCode) The code for a continent geo location.GeoLocationDetails.withContinentName(String continentName) The name of the continent.GeoLocationDetails.withCountryCode(String countryCode) The code for a country geo location.GeoLocationDetails.withCountryName(String countryName) The name of the country.GeoLocationDetails.withSubdivisionCode(String subdivisionCode) The code for a country's subdivision (e.g., a province of Canada).GeoLocationDetails.withSubdivisionName(String subdivisionName) The name of the subdivision.Methods in com.amazonaws.services.route53.model that return types with arguments of type GeoLocationDetailsModifier and TypeMethodDescriptionListGeoLocationsResult.getGeoLocationDetailsList()A complex type that contains information about the geo locations that are returned by the request.Methods in com.amazonaws.services.route53.model with parameters of type GeoLocationDetailsModifier and TypeMethodDescriptionvoidGetGeoLocationResult.setGeoLocationDetails(GeoLocationDetails geoLocationDetails) A complex type that contains the information about the specified geo location.GetGeoLocationResult.withGeoLocationDetails(GeoLocationDetails geoLocationDetails) A complex type that contains the information about the specified geo location.ListGeoLocationsResult.withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.Method parameters in com.amazonaws.services.route53.model with type arguments of type GeoLocationDetailsModifier and TypeMethodDescriptionvoidListGeoLocationsResult.setGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.ListGeoLocationsResult.withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.