| Package | Description |
|---|---|
| com.amazonaws.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
ListPricesResult |
AbstractAmazonRoute53Domains.listPrices(ListPricesRequest request) |
ListPricesResult |
AmazonRoute53DomainsClient.listPrices(ListPricesRequest request)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
ListPricesResult |
AmazonRoute53Domains.listPrices(ListPricesRequest listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
Future<ListPricesResult> |
AbstractAmazonRoute53DomainsAsync.listPricesAsync(ListPricesRequest request) |
Future<ListPricesResult> |
AmazonRoute53DomainsAsyncClient.listPricesAsync(ListPricesRequest request) |
Future<ListPricesResult> |
AmazonRoute53DomainsAsync.listPricesAsync(ListPricesRequest listPricesRequest)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
Future<ListPricesResult> |
AbstractAmazonRoute53DomainsAsync.listPricesAsync(ListPricesRequest request,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler) |
Future<ListPricesResult> |
AmazonRoute53DomainsAsyncClient.listPricesAsync(ListPricesRequest request,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler) |
Future<ListPricesResult> |
AmazonRoute53DomainsAsync.listPricesAsync(ListPricesRequest listPricesRequest,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPricesResult> |
AbstractAmazonRoute53DomainsAsync.listPricesAsync(ListPricesRequest request,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler) |
Future<ListPricesResult> |
AmazonRoute53DomainsAsyncClient.listPricesAsync(ListPricesRequest request,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler) |
Future<ListPricesResult> |
AmazonRoute53DomainsAsync.listPricesAsync(ListPricesRequest listPricesRequest,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
| Modifier and Type | Method and Description |
|---|---|
ListPricesRequest |
ListPricesRequest.clone() |
ListPricesRequest |
ListPricesRequest.withMarker(String marker)
For an initial request for a list of prices, omit this element.
|
ListPricesRequest |
ListPricesRequest.withMaxItems(Integer maxItems)
Number of
Prices to be returned. |
ListPricesRequest |
ListPricesRequest.withTld(String tld)
The TLD for which you want to receive the pricing information.
|
Copyright © 2024. All rights reserved.