| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListGeoLocationsResult |
AmazonRoute53Client.listGeoLocations() |
ListGeoLocationsResult |
AbstractAmazonRoute53.listGeoLocations() |
ListGeoLocationsResult |
AmazonRoute53.listGeoLocations()
Simplified method form for invoking the ListGeoLocations operation.
|
ListGeoLocationsResult |
AmazonRoute53Client.listGeoLocations(ListGeoLocationsRequest request)
Retrieves a list of supported geographic locations.
|
ListGeoLocationsResult |
AbstractAmazonRoute53.listGeoLocations(ListGeoLocationsRequest request) |
ListGeoLocationsResult |
AmazonRoute53.listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)
Retrieves a list of supported geographic locations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGeoLocationsResult> |
AbstractAmazonRoute53Async.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.
|
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.
|
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.
|
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) |
Future<ListGeoLocationsResult> |
AmazonRoute53AsyncClient.listGeoLocationsAsync(ListGeoLocationsRequest request) |
Future<ListGeoLocationsResult> |
AmazonRoute53Async.listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest)
Retrieves a list of supported geographic locations.
|
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)
Retrieves a list of supported geographic locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeoLocationsResult |
ListGeoLocationsResult.clone() |
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
ListGeoLocationsResult |
ListGeoLocationsResult.withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
ListGeoLocationsResult |
ListGeoLocationsResult.withIsTruncated(Boolean isTruncated)
A value that indicates whether more locations remain to be listed after the last location in this response.
|
ListGeoLocationsResult |
ListGeoLocationsResult.withMaxItems(String maxItems)
The value that you specified for
MaxItems in the request. |
ListGeoLocationsResult |
ListGeoLocationsResult.withNextContinentCode(String nextContinentCode)
If
IsTruncated is true, you can make a follow-up request to display more locations. |
ListGeoLocationsResult |
ListGeoLocationsResult.withNextCountryCode(String nextCountryCode)
If
IsTruncated is true, you can make a follow-up request to display more locations. |
ListGeoLocationsResult |
ListGeoLocationsResult.withNextSubdivisionCode(String nextSubdivisionCode)
If
IsTruncated is true, you can make a follow-up request to display more locations. |
Copyright © 2023. All rights reserved.