| 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 |
AbstractAWSRoute53RecoveryReadiness.updateCell(UpdateCellRequest request) |
UpdateCellResult |
AWSRoute53RecoveryReadiness.updateCell(UpdateCellRequest updateCellRequest)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
Future<UpdateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.updateCellAsync(UpdateCellRequest request) |
Future<UpdateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.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> |
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 a cell to replace the list of nested cells with a new list of nested cells.
|
| 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 a cell to replace the list of nested cells with a new list of nested cells.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCellRequest |
UpdateCellRequest.clone() |
UpdateCellRequest |
UpdateCellRequest.withCellName(String cellName)
The name of the cell.
|
UpdateCellRequest |
UpdateCellRequest.withCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.
|
UpdateCellRequest |
UpdateCellRequest.withCells(String... cells)
A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.
|
Copyright © 2023. All rights reserved.