| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthStatus |
HealthStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HealthStatus |
Container.healthStatus()
The health status of the container.
|
HealthStatus |
Task.healthStatus()
The health status for the task.
|
static HealthStatus |
HealthStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatus[] |
HealthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HealthStatus> |
HealthStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.healthStatus(HealthStatus healthStatus)
The health status of the container.
|
Task.Builder |
Task.Builder.healthStatus(HealthStatus healthStatus)
The health status for the task.
|
Copyright © 2023. All rights reserved.