| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness |
Recovery readiness
|
| software.amazon.awssdk.services.route53recoveryreadiness.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCellsResponse |
Route53RecoveryReadinessClient.listCells(Consumer<ListCellsRequest.Builder> listCellsRequest)
Lists the cells for an account.
|
default ListCellsResponse |
Route53RecoveryReadinessClient.listCells(ListCellsRequest listCellsRequest)
Lists the cells for an account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCellsResponse> |
Route53RecoveryReadinessAsyncClient.listCells(Consumer<ListCellsRequest.Builder> listCellsRequest)
Lists the cells for an account.
|
default CompletableFuture<ListCellsResponse> |
Route53RecoveryReadinessAsyncClient.listCells(ListCellsRequest listCellsRequest)
Lists the cells for an account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCellsResponse> |
ListCellsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCellsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCellsResponse> subscriber) |
Copyright © 2022. All rights reserved.