| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness |
Recovery readiness
|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCellsResponse |
Route53RecoveryReadinessClient.listCells(Consumer<ListCellsRequest.Builder> listCellsRequest)
Lists the cells for an account.
|
default CompletableFuture<ListCellsResponse> |
Route53RecoveryReadinessAsyncClient.listCells(Consumer<ListCellsRequest.Builder> listCellsRequest)
Lists the cells for an account.
|
default ListCellsIterable |
Route53RecoveryReadinessClient.listCellsPaginator(Consumer<ListCellsRequest.Builder> listCellsRequest)
Lists the cells for an account.
|
default ListCellsPublisher |
Route53RecoveryReadinessAsyncClient.listCellsPaginator(Consumer<ListCellsRequest.Builder> listCellsRequest)
Lists the cells for an account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCellsRequest.Builder |
ListCellsRequest.builder() |
ListCellsRequest.Builder |
ListCellsRequest.Builder.maxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListCellsRequest.Builder |
ListCellsRequest.Builder.nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListCellsRequest.Builder |
ListCellsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCellsRequest.Builder |
ListCellsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCellsRequest.Builder |
ListCellsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCellsRequest.Builder> |
ListCellsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.