| Package | Description | 
|---|---|
| com.amazonaws.services.ecs | 
 Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy
 to run, stop, and manage Docker containers on a cluster of EC2 instances. | 
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. clone() | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withCluster(String cluster)
 The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withContainerName(String containerName)
 The name of the container. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withExitCode(Integer exitCode)
 The exit code returned for the state change request. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withNetworkBindings(Collection<NetworkBinding> networkBindings)
 The network bindings of the container. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withNetworkBindings(NetworkBinding... networkBindings)
 The network bindings of the container. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withReason(String reason)
 The reason for the state change request. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withStatus(String status)
 The status of the state change request. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withTask(String task)
 The task ID or full Amazon Resource Name (ARN) of the task that hosts the container. | 
Copyright © 2017. All rights reserved.