Uses of Class
software.amazon.awssdk.services.ecs.model.ContainerInstanceHealthStatus
-
Packages that use ContainerInstanceHealthStatus Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ContainerInstanceHealthStatus in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ContainerInstanceHealthStatus Modifier and Type Method Description ContainerInstanceHealthStatusContainerInstance. healthStatus()An object representing the health status of the container instance.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ContainerInstanceHealthStatus Modifier and Type Method Description ContainerInstance.BuilderContainerInstance.Builder. healthStatus(ContainerInstanceHealthStatus healthStatus)An object representing the health status of the container instance.
-