| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
CellOutput |
CellOutput.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CellOutput |
CellOutput.clearTagsEntries()
Removes all the entries added into Tags.
|
CellOutput |
CellOutput.clone() |
CellOutput |
CellOutput.withCellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
|
CellOutput |
CellOutput.withCellName(String cellName)
The name of the cell.
|
CellOutput |
CellOutput.withCells(Collection<String> cells)
A list of cell ARNs.
|
CellOutput |
CellOutput.withCells(String... cells)
A list of cell ARNs.
|
CellOutput |
CellOutput.withParentReadinessScopes(Collection<String> parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CellOutput |
CellOutput.withParentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CellOutput |
CellOutput.withTags(Map<String,String> tags)
Tags on the resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<CellOutput> |
ListCellsResult.getCells()
A list of cells.
|
| Modifier and Type | Method and Description |
|---|---|
ListCellsResult |
ListCellsResult.withCells(CellOutput... cells)
A list of cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCellsResult.setCells(Collection<CellOutput> cells)
A list of cells.
|
ListCellsResult |
ListCellsResult.withCells(Collection<CellOutput> cells)
A list of cells.
|
Copyright © 2024. All rights reserved.