| 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 |
AWSRoute53RecoveryReadiness.createCell(CreateCellRequest createCellRequest)
Creates a cell in an account.
|
CreateCellResult |
AWSRoute53RecoveryReadinessClient.createCell(CreateCellRequest request)
Creates a cell in an account.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateCellResult |
CreateCellResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCellResult |
CreateCellResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCellResult |
CreateCellResult.clone() |
CreateCellResult |
CreateCellResult.withCellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
|
CreateCellResult |
CreateCellResult.withCellName(String cellName)
The name of the cell.
|
CreateCellResult |
CreateCellResult.withCells(Collection<String> cells)
A list of cell ARNs.
|
CreateCellResult |
CreateCellResult.withCells(String... cells)
A list of cell ARNs.
|
CreateCellResult |
CreateCellResult.withParentReadinessScopes(Collection<String> parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CreateCellResult |
CreateCellResult.withParentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CreateCellResult |
CreateCellResult.withTags(Map<String,String> tags)
Tags on the resources.
|
Copyright © 2024. All rights reserved.