| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
ReadinessCheckSummary |
ReadinessCheckSummary.clone() |
ReadinessCheckSummary |
ReadinessCheckSummary.withReadiness(Readiness readiness)
The readiness status of this readiness check.
|
ReadinessCheckSummary |
ReadinessCheckSummary.withReadiness(String readiness)
The readiness status of this readiness check.
|
ReadinessCheckSummary |
ReadinessCheckSummary.withReadinessCheckName(String readinessCheckName)
The name of a readiness check.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReadinessCheckSummary> |
GetCellReadinessSummaryResult.getReadinessChecks()
Summaries for the readiness checks that make up the cell.
|
List<ReadinessCheckSummary> |
GetRecoveryGroupReadinessSummaryResult.getReadinessChecks()
Summaries of the readiness checks for the recovery group.
|
| Modifier and Type | Method and Description |
|---|---|
GetCellReadinessSummaryResult |
GetCellReadinessSummaryResult.withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the readiness checks that make up the cell.
|
GetRecoveryGroupReadinessSummaryResult |
GetRecoveryGroupReadinessSummaryResult.withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries of the readiness checks for the recovery group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCellReadinessSummaryResult.setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
|
void |
GetRecoveryGroupReadinessSummaryResult.setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries of the readiness checks for the recovery group.
|
GetCellReadinessSummaryResult |
GetCellReadinessSummaryResult.withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
|
GetRecoveryGroupReadinessSummaryResult |
GetRecoveryGroupReadinessSummaryResult.withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries of the readiness checks for the recovery group.
|
Copyright © 2023. All rights reserved.