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 GeoLocationDetails
GeoLocationDetails. clone()
GeoLocationDetails
GetGeoLocationResult. getGeoLocationDetails()
A complex type that contains the information about the specified geo location.GeoLocationDetails
GeoLocationDetails. withContinentCode(String continentCode)
The code for a continent geo location.GeoLocationDetails
GeoLocationDetails. withContinentName(String continentName)
The name of the continent.GeoLocationDetails
GeoLocationDetails. withCountryCode(String countryCode)
The code for a country geo location.GeoLocationDetails
GeoLocationDetails. withCountryName(String countryName)
The name of the country.GeoLocationDetails
GeoLocationDetails. withSubdivisionCode(String subdivisionCode)
The code for a country's subdivision (e.g., a province of Canada).GeoLocationDetails
GeoLocationDetails. 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 void
GetGeoLocationResult. setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo location.GetGeoLocationResult
GetGeoLocationResult. withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo location.ListGeoLocationsResult
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 GeoLocationDetails Modifier and Type Method Description void
ListGeoLocationsResult. setGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains information about the geo locations that are returned by the request.ListGeoLocationsResult
ListGeoLocationsResult. withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains information about the geo locations that are returned by the request.
-