| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceResult |
ResourceResult.clone() |
ResourceResult |
ResourceResult.withComponentId(String componentId)
The component id of the resource
|
ResourceResult |
ResourceResult.withLastCheckedTimestamp(Date lastCheckedTimestamp)
The time the resource was last checked for readiness, in ISO-8601 format, UTC.
|
ResourceResult |
ResourceResult.withReadiness(Readiness readiness)
The readiness of the resource.
|
ResourceResult |
ResourceResult.withReadiness(String readiness)
The readiness of the resource.
|
ResourceResult |
ResourceResult.withResourceArn(String resourceArn)
The ARN of the resource
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceResult> |
GetReadinessCheckStatusResult.getResources()
Summary of resources's readiness
|
| Modifier and Type | Method and Description |
|---|---|
GetReadinessCheckStatusResult |
GetReadinessCheckStatusResult.withResources(ResourceResult... resources)
Summary of resources's readiness
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReadinessCheckStatusResult.setResources(Collection<ResourceResult> resources)
Summary of resources's readiness
|
GetReadinessCheckStatusResult |
GetReadinessCheckStatusResult.withResources(Collection<ResourceResult> resources)
Summary of resources's readiness
|
Copyright © 2021. All rights reserved.