| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness |
Recovery readiness
|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
default GetCellResponse |
Route53RecoveryReadinessClient.getCell(Consumer<GetCellRequest.Builder> getCellRequest)
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this
cell, and a list of those cell ARNs with their associated recovery group ARNs.
|
default CompletableFuture<GetCellResponse> |
Route53RecoveryReadinessAsyncClient.getCell(Consumer<GetCellRequest.Builder> getCellRequest)
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this
cell, and a list of those cell ARNs with their associated recovery group ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCellRequest.Builder |
GetCellRequest.builder() |
GetCellRequest.Builder |
GetCellRequest.Builder.cellName(String cellName)
The name of the cell.
|
GetCellRequest.Builder |
GetCellRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCellRequest.Builder |
GetCellRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCellRequest.Builder |
GetCellRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCellRequest.Builder> |
GetCellRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.