| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness |
Recovery readiness
|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCellResult |
AbstractAWSRoute53RecoveryReadiness.createCell(CreateCellRequest request) |
CreateCellResult |
AWSRoute53RecoveryReadinessClient.createCell(CreateCellRequest request)
Creates a cell in an account.
|
CreateCellResult |
AWSRoute53RecoveryReadiness.createCell(CreateCellRequest createCellRequest)
Creates a cell in an account.
|
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest request) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest)
Creates a cell in an account.
|
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request) |
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler)
Creates a cell in an account.
|
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler)
Creates a cell in an account.
|
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCellRequest |
CreateCellRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCellRequest |
CreateCellRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCellRequest |
CreateCellRequest.clone() |
CreateCellRequest |
CreateCellRequest.withCellName(String cellName)
The name of the cell to create.
|
CreateCellRequest |
CreateCellRequest.withCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest |
CreateCellRequest.withCells(String... cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest |
CreateCellRequest.withTags(Map<String,String> tags) |
Copyright © 2023. All rights reserved.