| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
ReadinessCheckOutput |
ReadinessCheckOutput.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ReadinessCheckOutput |
ReadinessCheckOutput.clearTagsEntries()
Removes all the entries added into Tags.
|
ReadinessCheckOutput |
ReadinessCheckOutput.clone() |
ReadinessCheckOutput |
ReadinessCheckOutput.withReadinessCheckArn(String readinessCheckArn)
The Amazon Resource Name (ARN) associated with a readiness check.
|
ReadinessCheckOutput |
ReadinessCheckOutput.withReadinessCheckName(String readinessCheckName)
Name of a readiness check.
|
ReadinessCheckOutput |
ReadinessCheckOutput.withResourceSet(String resourceSet)
Name of the resource set to be checked.
|
ReadinessCheckOutput |
ReadinessCheckOutput.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<ReadinessCheckOutput> |
ListReadinessChecksResult.getReadinessChecks()
A list of readiness checks associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListReadinessChecksResult |
ListReadinessChecksResult.withReadinessChecks(ReadinessCheckOutput... readinessChecks)
A list of readiness checks associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReadinessChecksResult.setReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
|
ListReadinessChecksResult |
ListReadinessChecksResult.withReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
|
Copyright © 2023. All rights reserved.