| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness |
AWS Route53 Recovery Readiness
|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
GetCellResult |
AWSRoute53RecoveryReadinessClient.getCell(GetCellRequest request)
Returns information about a Cell.
|
GetCellResult |
AbstractAWSRoute53RecoveryReadiness.getCell(GetCellRequest request) |
GetCellResult |
AWSRoute53RecoveryReadiness.getCell(GetCellRequest getCellRequest)
Returns information about a Cell.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.getCellAsync(GetCellRequest request) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest getCellRequest)
Returns information about a Cell.
|
Future<GetCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest request) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest getCellRequest,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler)
Returns information about a Cell.
|
Future<GetCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
Future<GetCellResult> |
AWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest getCellRequest,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler)
Returns information about a Cell.
|
Future<GetCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.getCellAsync(GetCellRequest request,
AsyncHandler<GetCellRequest,GetCellResult> asyncHandler) |
| 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 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)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
GetCellResult |
GetCellResult.withParentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
GetCellResult |
GetCellResult.withTags(Map<String,String> tags) |
Copyright © 2021. All rights reserved.