| 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 (UTC) that the resource was last checked for readiness, in ISO-8601 format.
|
ResourceResult |
ResourceResult.withReadiness(Readiness readiness)
The readiness of a resource.
|
ResourceResult |
ResourceResult.withReadiness(String readiness)
The readiness of a resource.
|
ResourceResult |
ResourceResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceResult> |
GetReadinessCheckStatusResult.getResources()
Summary of the readiness of resources.
|
| Modifier and Type | Method and Description |
|---|---|
GetReadinessCheckStatusResult |
GetReadinessCheckStatusResult.withResources(ResourceResult... resources)
Summary of the readiness of resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReadinessCheckStatusResult.setResources(Collection<ResourceResult> resources)
Summary of the readiness of resources.
|
GetReadinessCheckStatusResult |
GetReadinessCheckStatusResult.withResources(Collection<ResourceResult> resources)
Summary of the readiness of resources.
|
Copyright © 2024. All rights reserved.