Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private GeoLocation |
ResourceRecordSet.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.
|
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(java.lang.String continentCode)
The code for a continent geo location.
|
GeoLocation |
GeoLocation.withCountryCode(java.lang.String countryCode)
The code for a country geo location.
|
GeoLocation |
GeoLocation.withSubdivisionCode(java.lang.String subdivisionCode)
The code for a country's subdivision (e.g., a province of 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.
|
Modifier and Type | Method and Description |
---|---|
GeoLocation |
GeoLocationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |