| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
GeoLocation.clone() |
GeoLocation |
ResourceRecordSet.getGeoLocation()
Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds
to DNS queries based on the geographic origin of the query.
|
GeoLocation |
GeoLocation.withContinentCode(String continentCode)
The two-letter code for the continent.
|
GeoLocation |
GeoLocation.withCountryCode(String countryCode)
The two-letter code for the country.
|
GeoLocation |
GeoLocation.withSubdivisionCode(String subdivisionCode)
The code for the subdivision, for example, a state in the United States or a province in Canada.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecordSet.setGeoLocation(GeoLocation geoLocation)
Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds
to DNS queries based on the geographic origin of the query.
|
ResourceRecordSet |
ResourceRecordSet.withGeoLocation(GeoLocation geoLocation)
Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds
to DNS queries based on the geographic origin of the query.
|
Copyright © 2018. All rights reserved.