| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryGroupOutput |
RecoveryGroupOutput.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RecoveryGroupOutput |
RecoveryGroupOutput.clearTagsEntries()
Removes all the entries added into Tags.
|
RecoveryGroupOutput |
RecoveryGroupOutput.clone() |
RecoveryGroupOutput |
RecoveryGroupOutput.withCells(Collection<String> cells)
A list of a cell's Amazon Resource Names (ARNs).
|
RecoveryGroupOutput |
RecoveryGroupOutput.withCells(String... cells)
A list of a cell's Amazon Resource Names (ARNs).
|
RecoveryGroupOutput |
RecoveryGroupOutput.withRecoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
|
RecoveryGroupOutput |
RecoveryGroupOutput.withRecoveryGroupName(String recoveryGroupName)
The name of the recovery group.
|
RecoveryGroupOutput |
RecoveryGroupOutput.withTags(Map<String,String> tags)
The tags associated with the recovery group.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryGroupOutput> |
ListRecoveryGroupsResult.getRecoveryGroups()
A list of recovery groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryGroupsResult |
ListRecoveryGroupsResult.withRecoveryGroups(RecoveryGroupOutput... recoveryGroups)
A list of recovery groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryGroupsResult.setRecoveryGroups(Collection<RecoveryGroupOutput> recoveryGroups)
A list of recovery groups.
|
ListRecoveryGroupsResult |
ListRecoveryGroupsResult.withRecoveryGroups(Collection<RecoveryGroupOutput> recoveryGroups)
A list of recovery groups.
|
Copyright © 2022. All rights reserved.