| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness |
AWS Route53 Recovery Readiness
|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCellResult |
AWSRoute53RecoveryReadinessClient.createCell(CreateCellRequest request)
Creates a new Cell.
|
CreateCellResult |
AbstractAWSRoute53RecoveryReadiness.createCell(CreateCellRequest request) |
CreateCellResult |
AWSRoute53RecoveryReadiness.createCell(CreateCellRequest createCellRequest)
Creates a new Cell.
|
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest)
Creates a new Cell.
|
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest request) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler)
Creates a new Cell.
|
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsyncClient.createCellAsync(CreateCellRequest request,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler) |
Future<CreateCellResult> |
AWSRoute53RecoveryReadinessAsync.createCellAsync(CreateCellRequest createCellRequest,
AsyncHandler<CreateCellRequest,CreateCellResult> asyncHandler)
Creates a new Cell.
|
Future<CreateCellResult> |
AbstractAWSRoute53RecoveryReadinessAsync.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 arns contained within this Cell (for use in nested Cells, e.g.
|
CreateCellRequest |
CreateCellRequest.withCells(String... cells)
A list of Cell arns contained within this Cell (for use in nested Cells, e.g.
|
CreateCellRequest |
CreateCellRequest.withTags(Map<String,String> tags) |
Copyright © 2021. All rights reserved.