| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeoLocationsResult |
AmazonRoute53Client.listGeoLocations()
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
ListGeoLocationsResult |
AmazonRoute53.listGeoLocations()
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
ListGeoLocationsResult |
AmazonRoute53Client.listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
ListGeoLocationsResult |
AmazonRoute53.listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET request to the 2013-04-01/geolocations
resource. |
| Modifier and Type | Method and Description |
|---|---|
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains information about the geo locations that
are returned by the request.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains information about the geo locations that
are returned by the request.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more geo locations to be
listed.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withMaxItems(String maxItems)
The maximum number of records you requested.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withNextContinentCode(String nextContinentCode)
If the results were truncated, the continent code of the next geo
location in the list.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withNextCountryCode(String nextCountryCode)
If the results were truncated, the country code of the next geo
location in the list.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withNextSubdivisionCode(String nextSubdivisionCode)
If the results were truncated, the subdivision code of the next geo
location in the list.
|
Copyright © 2014. All rights reserved.