| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Container | Container. clone() | 
| Container | Container. withContainerArn(String containerArn)
 The Amazon Resource Name (ARN) of the container. | 
| Container | Container. withExitCode(Integer exitCode)
 The exit code returned from the container. | 
| Container | Container. withLastStatus(String lastStatus)
 The last known status of the container. | 
| Container | Container. withName(String name)
 The name of the container. | 
| Container | Container. withNetworkBindings(Collection<NetworkBinding> networkBindings)
 The network bindings associated with the container. | 
| Container | Container. withNetworkBindings(NetworkBinding... networkBindings)
 The network bindings associated with the container. | 
| Container | Container. withReason(String reason)
 A short (255 max characters) human-readable string to provide additional details about a running or stopped
 container. | 
| Container | Container. withTaskArn(String taskArn)
 The Amazon Resource Name (ARN) of the task. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Container> | Task. getContainers()
 The containers associated with the task. | 
| Modifier and Type | Method and Description | 
|---|---|
| Task | Task. withContainers(Container... containers)
 The containers associated with the task. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Task. setContainers(Collection<Container> containers)
 The containers associated with the task. | 
| Task | Task. withContainers(Collection<Container> containers)
 The containers associated with the task. | 
Copyright © 2017. All rights reserved.