| 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 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)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CellOutput |
CellOutput.withParentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CellOutput |
CellOutput.withTags(Map<String,String> tags) |
| 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 © 2021. All rights reserved.