| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
ResourceRecordSet.getGeoLocation()
Geo location resource record sets only: Among resource record
sets that have the same combination of DNS name and type, a value that
specifies the geo location for the current resource record set.
|
GeoLocation |
GeoLocation.withContinentCode(String continentCode)
The code for a continent geo location.
|
GeoLocation |
GeoLocation.withCountryCode(String countryCode)
The code for a country geo location.
|
GeoLocation |
GeoLocation.withSubdivisionCode(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: Among resource record
sets that have the same combination of DNS name and type, a value that
specifies the geo location for the current resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withGeoLocation(GeoLocation geoLocation)
Geo location resource record sets only: Among resource record
sets that have the same combination of DNS name and type, a value that
specifies the geo location for the current resource record set.
|
Copyright © 2015. All rights reserved.