| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness |
Recovery readiness
|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
GetCellResult |
AbstractAWSRoute53RecoveryReadiness.getCell(GetCellRequest request) |
GetCellResult |
AWSRoute53RecoveryReadinessClient.getCell(GetCellRequest request)
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.
|
GetCellResult |
AWSRoute53RecoveryReadiness.getCell(GetCellRequest 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 |
|---|---|
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.getCellAsync(GetCellRequest request) |
Future<GetCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest request) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest 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.
|
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
Future<GetCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest getCellRequest,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler)
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 |
|---|---|
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
Future<GetCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest getCellRequest,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler)
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 |
|---|---|
GetCellResult |
GetCellResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetCellResult |
GetCellResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetCellResult |
GetCellResult.clone() |
GetCellResult |
GetCellResult.withCellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
|
GetCellResult |
GetCellResult.withCellName(String cellName)
The name of the cell.
|
GetCellResult |
GetCellResult.withCells(Collection<String> cells)
A list of cell ARNs.
|
GetCellResult |
GetCellResult.withCells(String... cells)
A list of cell ARNs.
|
GetCellResult |
GetCellResult.withParentReadinessScopes(Collection<String> parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
GetCellResult |
GetCellResult.withParentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
GetCellResult |
GetCellResult.withTags(Map<String,String> tags)
Tags on the resources.
|
Copyright © 2023. All rights reserved.