Uses of Class
software.amazon.awssdk.services.ecs.model.ContainerInstanceStatus
-
Packages that use ContainerInstanceStatus Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ContainerInstanceStatus in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ContainerInstanceStatus Modifier and Type Method Description static ContainerInstanceStatusContainerInstanceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContainerInstanceStatusListContainerInstancesRequest. status()Filters the container instances by status.ContainerInstanceStatusUpdateContainerInstancesStateRequest. status()The container instance state to update the container instance with.static ContainerInstanceStatusContainerInstanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerInstanceStatus[]ContainerInstanceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ContainerInstanceStatus Modifier and Type Method Description static Set<ContainerInstanceStatus>ContainerInstanceStatus. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ContainerInstanceStatus Modifier and Type Method Description ListContainerInstancesRequest.BuilderListContainerInstancesRequest.Builder. status(ContainerInstanceStatus status)Filters the container instances by status.UpdateContainerInstancesStateRequest.BuilderUpdateContainerInstancesStateRequest.Builder. status(ContainerInstanceStatus status)The container instance state to update the container instance with.
-