| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
GeoLocationDetails |
GeoLocationDetails.clone() |
GeoLocationDetails |
GetGeoLocationResult.getGeoLocationDetails()
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
GeoLocationDetails |
GeoLocationDetails.withContinentCode(String continentCode)
The two-letter code for the continent.
|
GeoLocationDetails |
GeoLocationDetails.withContinentName(String continentName)
The full name of the continent.
|
GeoLocationDetails |
GeoLocationDetails.withCountryCode(String countryCode)
The two-letter code for the country.
|
GeoLocationDetails |
GeoLocationDetails.withCountryName(String countryName)
The name of the country.
|
GeoLocationDetails |
GeoLocationDetails.withSubdivisionCode(String subdivisionCode)
The code for the subdivision, such as a particular state within the United States.
|
GeoLocationDetails |
GeoLocationDetails.withSubdivisionName(String subdivisionName)
The full name of the subdivision.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoLocationDetails> |
ListGeoLocationsResult.getGeoLocationDetailsList()
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGeoLocationResult.setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
GetGeoLocationResult |
GetGeoLocationResult.withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeoLocationsResult.setGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
Copyright © 2021. All rights reserved.