| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
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 ListPricesResponse |
Route53DomainsClient.listPrices(ListPricesRequest listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
| 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 CompletableFuture<ListPricesResponse> |
Route53DomainsAsyncClient.listPrices(ListPricesRequest listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPricesResponse> |
ListPricesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPricesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPricesResponse> subscriber) |
Copyright © 2023. All rights reserved.