| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig |
Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller
|
| software.amazon.awssdk.services.route53recoverycontrolconfig.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListClustersResponse |
Route53RecoveryControlConfigClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of all the clusters in an account.
|
default ListClustersResponse |
Route53RecoveryControlConfigClient.listClusters(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClustersResponse> |
Route53RecoveryControlConfigAsyncClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of all the clusters in an account.
|
default CompletableFuture<ListClustersResponse> |
Route53RecoveryControlConfigAsyncClient.listClusters(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClustersResponse> |
ListClustersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber) |
Copyright © 2022. All rights reserved.