| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContainerInstanceStatus | ContainerInstanceStatus. fromValue(String value)Use this in place of valueOf. | 
| static ContainerInstanceStatus | ContainerInstanceStatus. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListContainerInstancesRequest. setStatus(ContainerInstanceStatus status)
 The container instance status with which to filter the  ListContainerInstancesresults. | 
| void | UpdateContainerInstancesStateRequest. setStatus(ContainerInstanceStatus status)
 The container instance state with which to update the container instance. | 
| ListContainerInstancesRequest | ListContainerInstancesRequest. withStatus(ContainerInstanceStatus status)
 The container instance status with which to filter the  ListContainerInstancesresults. | 
| UpdateContainerInstancesStateRequest | UpdateContainerInstancesStateRequest. withStatus(ContainerInstanceStatus status)
 The container instance state with which to update the container instance. | 
Copyright © 2017. All rights reserved.