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 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.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Copyright © 2018. All rights reserved.