| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness |
AWS Route53 Recovery Readiness
|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCellResult |
AWSRoute53RecoveryReadinessClient.createCell(CreateCellRequest request)
Creates a new Cell.
|
CreateCellResult |
AbstractAWSRoute53RecoveryReadiness.createCell(CreateCellRequest request) |
CreateCellResult |
AWSRoute53RecoveryReadiness.createCell(CreateCellRequest createCellRequest)
Creates a new Cell.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler)
Creates a new Cell.
|
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCellResult |
CreateCellResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCellResult |
CreateCellResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCellResult |
CreateCellResult.clone() |
CreateCellResult |
CreateCellResult.withCellArn(String cellArn)
The arn for the Cell
|
CreateCellResult |
CreateCellResult.withCellName(String cellName)
The name of the Cell
|
CreateCellResult |
CreateCellResult.withCells(Collection<String> cells)
A list of Cell arns
|
CreateCellResult |
CreateCellResult.withCells(String... cells)
A list of Cell arns
|
CreateCellResult |
CreateCellResult.withParentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CreateCellResult |
CreateCellResult.withParentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CreateCellResult |
CreateCellResult.withTags(Map<String,String> tags) |
Copyright © 2021. All rights reserved.