| 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(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. |
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 |
|---|---|
ListGeoLocationsRequest |
ListGeoLocationsRequest.clone() |
ListGeoLocationsRequest |
ListGeoLocationsRequest.withMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
|
ListGeoLocationsRequest |
ListGeoLocationsRequest.withStartContinentCode(String startContinentCode)
The first continent code in the lexicographic ordering of geo
locations that you want the
ListGeoLocations request to
list. |
ListGeoLocationsRequest |
ListGeoLocationsRequest.withStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
ListGeoLocationsRequest |
ListGeoLocationsRequest.withStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo
locations that you want the
ListGeoLocations request to
list. |
Copyright © 2015. All rights reserved.