| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness |
Recovery readiness
|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateCellResponse |
Route53RecoveryReadinessClient.createCell(Consumer<CreateCellRequest.Builder> createCellRequest)
Creates a cell in an account.
|
default CompletableFuture<CreateCellResponse> |
Route53RecoveryReadinessAsyncClient.createCell(Consumer<CreateCellRequest.Builder> createCellRequest)
Creates a cell in an account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCellRequest.Builder |
CreateCellRequest.builder() |
CreateCellRequest.Builder |
CreateCellRequest.Builder.cellName(String cellName)
The name of the cell to create.
|
CreateCellRequest.Builder |
CreateCellRequest.Builder.cells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest.Builder |
CreateCellRequest.Builder.cells(String... cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest.Builder |
CreateCellRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCellRequest.Builder |
CreateCellRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCellRequest.Builder |
CreateCellRequest.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
CreateCellRequest.Builder |
CreateCellRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCellRequest.Builder> |
CreateCellRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.