| 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 |
|---|---|
ListOperationsResult |
AbstractAmazonRoute53Domains.listOperations(ListOperationsRequest request) |
ListOperationsResult |
AmazonRoute53DomainsClient.listOperations(ListOperationsRequest request)
Returns information about all of the operations that return an operation ID and that have ever been performed on
domains that were registered by the current account.
|
ListOperationsResult |
AmazonRoute53Domains.listOperations(ListOperationsRequest listOperationsRequest)
Returns information about all of the operations that return an operation ID and that have ever been performed on
domains that were registered by the current account.
|
Future<ListOperationsResult> |
AbstractAmazonRoute53DomainsAsync.listOperationsAsync(ListOperationsRequest request) |
Future<ListOperationsResult> |
AmazonRoute53DomainsAsyncClient.listOperationsAsync(ListOperationsRequest request) |
Future<ListOperationsResult> |
AmazonRoute53DomainsAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest)
Returns information about all of the operations that return an operation ID and that have ever been performed on
domains that were registered by the current account.
|
Future<ListOperationsResult> |
AbstractAmazonRoute53DomainsAsync.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AmazonRoute53DomainsAsyncClient.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AmazonRoute53DomainsAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Returns information about all of the operations that return an operation ID and that have ever been performed on
domains that were registered by the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOperationsResult> |
AbstractAmazonRoute53DomainsAsync.listOperationsAsync(AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Simplified method form for invoking the ListOperations operation with an AsyncHandler.
|
Future<ListOperationsResult> |
AmazonRoute53DomainsAsyncClient.listOperationsAsync(AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Simplified method form for invoking the ListOperations operation with an AsyncHandler.
|
Future<ListOperationsResult> |
AmazonRoute53DomainsAsync.listOperationsAsync(AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Simplified method form for invoking the ListOperations operation with an AsyncHandler.
|
Future<ListOperationsResult> |
AbstractAmazonRoute53DomainsAsync.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AmazonRoute53DomainsAsyncClient.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AmazonRoute53DomainsAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Returns information about all of the operations that return an operation ID and that have ever been performed on
domains that were registered by the current account.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest |
ListOperationsRequest.clone() |
ListOperationsRequest |
ListOperationsRequest.withMarker(String marker)
For an initial request for a list of operations, omit this element.
|
ListOperationsRequest |
ListOperationsRequest.withMaxItems(Integer maxItems)
Number of domains to be returned.
|
ListOperationsRequest |
ListOperationsRequest.withSortBy(ListOperationsSortAttributeName sortBy)
The sort type for returned values.
|
ListOperationsRequest |
ListOperationsRequest.withSortBy(String sortBy)
The sort type for returned values.
|
ListOperationsRequest |
ListOperationsRequest.withSortOrder(SortOrder sortOrder)
The sort order for returned values, either ascending or descending.
|
ListOperationsRequest |
ListOperationsRequest.withSortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
|
ListOperationsRequest |
ListOperationsRequest.withStatus(Collection<String> status)
The status of the operations.
|
ListOperationsRequest |
ListOperationsRequest.withStatus(OperationStatus... status)
The status of the operations.
|
ListOperationsRequest |
ListOperationsRequest.withStatus(String... status)
The status of the operations.
|
ListOperationsRequest |
ListOperationsRequest.withSubmittedSince(Date submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a specified
date and time.
|
ListOperationsRequest |
ListOperationsRequest.withType(Collection<String> type)
An arrays of the domains operation types.
|
ListOperationsRequest |
ListOperationsRequest.withType(OperationType... type)
An arrays of the domains operation types.
|
ListOperationsRequest |
ListOperationsRequest.withType(String... type)
An arrays of the domains operation types.
|
Copyright © 2023. All rights reserved.