Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsResult |
AmazonRoute53Client.listGeoLocations() |
ListGeoLocationsResult |
AmazonRoute53.listGeoLocations()
Simplified method form for invoking the ListGeoLocations operation.
|
ListGeoLocationsResult |
AbstractAmazonRoute53.listGeoLocations() |
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. |
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 |
AbstractAmazonRoute53.listGeoLocations(ListGeoLocationsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request) |
java.util.concurrent.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. |
java.util.concurrent.Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest request) |
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
Simplified method form for invoking the ListGeoLocations operation with
an AsyncHandler.
|
java.util.concurrent.Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest request,
AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsResult |
ListGeoLocationsResult.clone() |
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(java.util.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(java.lang.Boolean isTruncated)
A flag that indicates whether there are more geo locations to be listed.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withMaxItems(java.lang.String maxItems)
The maximum number of records you requested.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withNextContinentCode(java.lang.String nextContinentCode)
If the results were truncated, the continent code of the next geo
location in the list.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withNextCountryCode(java.lang.String nextCountryCode)
If the results were truncated, the country code of the next geo location
in the list.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withNextSubdivisionCode(java.lang.String nextSubdivisionCode)
If the results were truncated, the subdivision code of the next geo
location in the list.
|
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsResult |
ListGeoLocationsResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |