| 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 ListGeoLocationsResponse |
Route53Client.listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest)
Retrieves a list of supported geographic locations.
|
default CompletableFuture<ListGeoLocationsResponse> |
Route53AsyncClient.listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest)
Retrieves a list of supported geographic locations.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.builder() |
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.Builder.maxItems(String maxItems)
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.Builder.startContinentCode(String startContinentCode)
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.Builder.startCountryCode(String startCountryCode)
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.Builder.startSubdivisionCode(String startSubdivisionCode)
The code for the state of the United States with which you want to start listing locations that Amazon Route
53 supports for geolocation.
|
ListGeoLocationsRequest.Builder |
ListGeoLocationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGeoLocationsRequest.Builder> |
ListGeoLocationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.