| 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 |
|---|---|
GetGeoLocationResult |
AmazonRoute53Client.getGeoLocation(GetGeoLocationRequest request)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
GetGeoLocationResult |
AmazonRoute53.getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
GetGeoLocationResult |
AbstractAmazonRoute53.getGeoLocation(GetGeoLocationRequest request) |
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(GetGeoLocationRequest request) |
Future<GetGeoLocationResult> |
AbstractAmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest request) |
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(GetGeoLocationRequest request,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler) |
Future<GetGeoLocationResult> |
AbstractAmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest request,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Simplified method form for invoking the GetGeoLocation operation with an AsyncHandler.
|
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Simplified method form for invoking the GetGeoLocation operation with an AsyncHandler.
|
Future<GetGeoLocationResult> |
AbstractAmazonRoute53Async.getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Simplified method form for invoking the GetGeoLocation operation with an AsyncHandler.
|
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(GetGeoLocationRequest request,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler) |
Future<GetGeoLocationResult> |
AbstractAmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest request,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGeoLocationRequest |
GetGeoLocationRequest.clone() |
GetGeoLocationRequest |
GetGeoLocationRequest.withContinentCode(String continentCode)
For geolocation resource record sets, a two-letter abbreviation that identifies a continent.
|
GetGeoLocationRequest |
GetGeoLocationRequest.withCountryCode(String countryCode)
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
|
GetGeoLocationRequest |
GetGeoLocationRequest.withSubdivisionCode(String subdivisionCode)
The code for the subdivision, such as a particular state within the United States.
|
Copyright © 2021. All rights reserved.