| 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 | |
| software.amazon.awssdk.services.route53domains.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOperationsResponse> |
Route53DomainsAsyncClient.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.
|
default ListOperationsResponse |
Route53DomainsClient.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.
|
default ListOperationsPublisher |
Route53DomainsAsyncClient.listOperationsPaginator(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.
|
default ListOperationsIterable |
Route53DomainsClient.listOperationsPaginator(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.
|
| Constructor and Description |
|---|
ListOperationsIterable(Route53DomainsClient client,
ListOperationsRequest firstRequest) |
ListOperationsPublisher(Route53DomainsAsyncClient client,
ListOperationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListOperationsRequestMarshaller.marshall(ListOperationsRequest listOperationsRequest) |
Copyright © 2023. All rights reserved.