| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness |
Recovery readiness
|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCellResult |
AWSRoute53RecoveryReadinessClient.updateCell(UpdateCellRequest request)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
UpdateCellResult |
AWSRoute53RecoveryReadiness.updateCell(UpdateCellRequest updateCellRequest)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
UpdateCellResult |
AbstractAWSRoute53RecoveryReadiness.updateCell(UpdateCellRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.updateCellAsync(UpdateCellRequest request) |
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsync.updateCellAsync(UpdateCellRequest updateCellRequest)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
Future<UpdateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.updateCellAsync(UpdateCellRequest request) |
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.updateCellAsync(UpdateCellRequest request,
AsyncHandler<UpdateCellRequest,UpdateCellResult> asyncHandler) |
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsync.updateCellAsync(UpdateCellRequest updateCellRequest,
AsyncHandler<UpdateCellRequest,UpdateCellResult> asyncHandler)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
Future<UpdateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.updateCellAsync(UpdateCellRequest request,
AsyncHandler<UpdateCellRequest,UpdateCellResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.updateCellAsync(UpdateCellRequest request,
AsyncHandler<UpdateCellRequest,UpdateCellResult> asyncHandler) |
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsync.updateCellAsync(UpdateCellRequest updateCellRequest,
AsyncHandler<UpdateCellRequest,UpdateCellResult> asyncHandler)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
Future<UpdateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.updateCellAsync(UpdateCellRequest request,
AsyncHandler<UpdateCellRequest,UpdateCellResult> asyncHandler) |
| 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 Amazon Resource Name (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)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
UpdateCellResult |
UpdateCellResult.withParentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
UpdateCellResult |
UpdateCellResult.withTags(Map<String,String> tags)
Tags on the resources.
|
Copyright © 2024. All rights reserved.