Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ContainerInstanceHealthStatus |
ContainerInstanceHealthStatus.clone() |
ContainerInstanceHealthStatus |
ContainerInstance.getHealthStatus()
An object representing the health status of the container instance.
|
ContainerInstanceHealthStatus |
ContainerInstanceHealthStatus.withDetails(Collection<InstanceHealthCheckResult> details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus |
ContainerInstanceHealthStatus.withDetails(InstanceHealthCheckResult... details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus |
ContainerInstanceHealthStatus.withOverallStatus(InstanceHealthCheckState overallStatus)
The overall health status of the container instance.
|
ContainerInstanceHealthStatus |
ContainerInstanceHealthStatus.withOverallStatus(String overallStatus)
The overall health status of the container instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerInstance.setHealthStatus(ContainerInstanceHealthStatus healthStatus)
An object representing the health status of the container instance.
|
ContainerInstance |
ContainerInstance.withHealthStatus(ContainerInstanceHealthStatus healthStatus)
An object representing the health status of the container instance.
|
Copyright © 2021. All rights reserved.