| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPricesResponse> |
Route53DomainsAsyncClient.listPrices(Consumer<ListPricesRequest.Builder> listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
default ListPricesResponse |
Route53DomainsClient.listPrices(Consumer<ListPricesRequest.Builder> listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
default ListPricesPublisher |
Route53DomainsAsyncClient.listPricesPaginator(Consumer<ListPricesRequest.Builder> listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
default ListPricesIterable |
Route53DomainsClient.listPricesPaginator(Consumer<ListPricesRequest.Builder> listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
| Modifier and Type | Method and Description |
|---|---|
static ListPricesRequest.Builder |
ListPricesRequest.builder() |
ListPricesRequest.Builder |
ListPricesRequest.Builder.marker(String marker)
For an initial request for a list of prices, omit this element.
|
ListPricesRequest.Builder |
ListPricesRequest.Builder.maxItems(Integer maxItems)
Number of
Prices to be returned. |
ListPricesRequest.Builder |
ListPricesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPricesRequest.Builder |
ListPricesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPricesRequest.Builder |
ListPricesRequest.Builder.tld(String tld)
The TLD for which you want to receive the pricing information.
|
ListPricesRequest.Builder |
ListPricesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPricesRequest.Builder> |
ListPricesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.