Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Container> |
Task.containers
The containers associated with the task.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.clone() |
Container |
Container.withContainerArn(java.lang.String containerArn)
The Amazon Resource Name (ARN) of the container.
|
Container |
Container.withExitCode(java.lang.Integer exitCode)
The exit code returned from the container.
|
Container |
Container.withLastStatus(java.lang.String lastStatus)
The last known status of the container.
|
Container |
Container.withName(java.lang.String name)
The name of the container.
|
Container |
Container.withNetworkBindings(java.util.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(java.lang.String reason)
A short (255 max characters) human-readable string to provide additional
detail about a running or stopped container.
|
Container |
Container.withTaskArn(java.lang.String taskArn)
The Amazon Resource Name (ARN) of the task.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Container> containers)
The containers associated with the task.
|
Task |
Task.withContainers(java.util.Collection<Container> containers)
The containers associated with the task.
|
Modifier and Type | Method and Description |
---|---|
Container |
ContainerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ContainerJsonMarshaller.marshall(Container container,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|