Uses of Class
com.amazonaws.services.route53.model.GeoLocationDetails
-
Packages that use GeoLocationDetails Package Description com.amazonaws.services.route53.model -
-
Uses of GeoLocationDetails in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GeoLocationDetails Modifier and Type Method Description GeoLocationDetailsGeoLocationDetails. clone()GeoLocationDetailsGetGeoLocationResult. getGeoLocationDetails()A complex type that contains the information about the specified geo location.GeoLocationDetailsGeoLocationDetails. withContinentCode(String continentCode)The code for a continent geo location.GeoLocationDetailsGeoLocationDetails. withContinentName(String continentName)The name of the continent.GeoLocationDetailsGeoLocationDetails. withCountryCode(String countryCode)The code for a country geo location.GeoLocationDetailsGeoLocationDetails. withCountryName(String countryName)The name of the country.GeoLocationDetailsGeoLocationDetails. withSubdivisionCode(String subdivisionCode)The code for a country's subdivision (e.g., a province of Canada).GeoLocationDetailsGeoLocationDetails. withSubdivisionName(String subdivisionName)The name of the subdivision.Methods in com.amazonaws.services.route53.model that return types with arguments of type GeoLocationDetails Modifier and Type Method Description List<GeoLocationDetails>ListGeoLocationsResult. 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 GeoLocationDetails Modifier and Type Method Description voidGetGeoLocationResult. setGeoLocationDetails(GeoLocationDetails geoLocationDetails)A complex type that contains the information about the specified geo location.GetGeoLocationResultGetGeoLocationResult. withGeoLocationDetails(GeoLocationDetails geoLocationDetails)A complex type that contains the information about the specified geo location.ListGeoLocationsResultListGeoLocationsResult. 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 GeoLocationDetails Modifier and Type Method Description voidListGeoLocationsResult. setGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)A complex type that contains information about the geo locations that are returned by the request.ListGeoLocationsResultListGeoLocationsResult. withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)A complex type that contains information about the geo locations that are returned by the request.
-