| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default GetGeoLocationResponse |
Route53Client.getGeoLocation(Consumer<GetGeoLocationRequest.Builder> getGeoLocationRequest)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
default CompletableFuture<GetGeoLocationResponse> |
Route53AsyncClient.getGeoLocation(Consumer<GetGeoLocationRequest.Builder> getGeoLocationRequest)
Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
resource record sets.
|
| Modifier and Type | Method and Description |
|---|---|
static GetGeoLocationRequest.Builder |
GetGeoLocationRequest.builder() |
GetGeoLocationRequest.Builder |
GetGeoLocationRequest.Builder.continentCode(String continentCode)
For geolocation resource record sets, a two-letter abbreviation that identifies a continent.
|
GetGeoLocationRequest.Builder |
GetGeoLocationRequest.Builder.countryCode(String countryCode)
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
|
GetGeoLocationRequest.Builder |
GetGeoLocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGeoLocationRequest.Builder |
GetGeoLocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGeoLocationRequest.Builder |
GetGeoLocationRequest.Builder.subdivisionCode(String subdivisionCode)
The code for the subdivision, such as a particular state within the United States.
|
GetGeoLocationRequest.Builder |
GetGeoLocationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGeoLocationRequest.Builder> |
GetGeoLocationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.