Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsResult |
AbstractAmazonRoute53.listGeoLocations(ListGeoLocationsRequest request) |
ListGeoLocationsResult |
AmazonRoute53.listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET
request to the /Route 53 API version/geolocations
resource. |
ListGeoLocationsResult |
AmazonRoute53Client.listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET
request to the /Route 53 API version/geolocations
resource. |
Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest request) |
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request) |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET
request to the /Route 53 API version/geolocations
resource. |
Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET
request to the /Route 53 API version/geolocations
resource. |
Modifier and Type | Method and Description |
---|---|
Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET
request to the /Route 53 API version/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 © 2018. All rights reserved.