Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private GeoLocationDetails |
GetGeoLocationResult.geoLocationDetails
A complex type that contains the information about the specified geo
location.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<GeoLocationDetails> |
ListGeoLocationsResult.geoLocationDetailsList
A complex type that contains information about the geo locations that are
returned by the request.
|
Modifier and Type | Method and Description |
---|---|
GeoLocationDetails |
GeoLocationDetails.clone() |
GeoLocationDetails |
GetGeoLocationResult.getGeoLocationDetails()
A complex type that contains the information about the specified geo
location.
|
GeoLocationDetails |
GeoLocationDetails.withContinentCode(java.lang.String continentCode)
The code for a continent geo location.
|
GeoLocationDetails |
GeoLocationDetails.withContinentName(java.lang.String continentName)
The name of the continent.
|
GeoLocationDetails |
GeoLocationDetails.withCountryCode(java.lang.String countryCode)
The code for a country geo location.
|
GeoLocationDetails |
GeoLocationDetails.withCountryName(java.lang.String countryName)
The name of the country.
|
GeoLocationDetails |
GeoLocationDetails.withSubdivisionCode(java.lang.String subdivisionCode)
The code for a country's subdivision (e.g., a province of Canada).
|
GeoLocationDetails |
GeoLocationDetails.withSubdivisionName(java.lang.String subdivisionName)
The name of the subdivision.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GeoLocationDetails> |
ListGeoLocationsResult.getGeoLocationDetailsList()
A complex type that contains information about the geo locations that are
returned by the request.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ListGeoLocationsResult.setGeoLocationDetailsList(java.util.Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains information about the geo locations that are
returned by the request.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(java.util.Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains information about the geo locations that are
returned by the request.
|
Modifier and Type | Method and Description |
---|---|
GeoLocationDetails |
GeoLocationDetailsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |