| 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 |
AmazonRoute53DomainsClient.listPrices(ListPricesRequest request)
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
|
ListPricesResult |
AbstractAmazonRoute53Domains.listPrices(ListPricesRequest request) |
ListPricesResult |
AmazonRoute53Domains.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 |
|---|---|
Future<ListPricesResult> |
AmazonRoute53DomainsAsyncClient.listPricesAsync(ListPricesRequest request) |
Future<ListPricesResult> |
AbstractAmazonRoute53DomainsAsync.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> |
AmazonRoute53DomainsAsyncClient.listPricesAsync(ListPricesRequest request,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler) |
Future<ListPricesResult> |
AbstractAmazonRoute53DomainsAsync.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> |
AmazonRoute53DomainsAsyncClient.listPricesAsync(ListPricesRequest request,
AsyncHandler<ListPricesRequest,ListPricesResult> asyncHandler) |
Future<ListPricesResult> |
AbstractAmazonRoute53DomainsAsync.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 |
|---|---|
ListPricesResult |
ListPricesResult.clone() |
ListPricesResult |
ListPricesResult.withNextPageMarker(String nextPageMarker)
If there are more prices than you specified for
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of Marker. |
ListPricesResult |
ListPricesResult.withPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
ListPricesResult |
ListPricesResult.withPrices(DomainPrice... prices)
A complex type that includes all the pricing information.
|
Copyright © 2024. All rights reserved.