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