| 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 ListOperationsResponse |
Route53DomainsClient.listOperations()
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(Consumer<ListOperationsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOperationsResponse> |
Route53DomainsAsyncClient.listOperations()
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 CompletableFuture<ListOperationsResponse> |
Route53DomainsAsyncClient.listOperations(Consumer<ListOperationsRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOperationsResponse> |
ListOperationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOperationsResponse> subscriber) |
Copyright © 2023. All rights reserved.