Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ContainerStateChange |
ContainerStateChange.clone() |
ContainerStateChange |
ContainerStateChange.withContainerName(String containerName)
The name of the container.
|
ContainerStateChange |
ContainerStateChange.withExitCode(Integer exitCode)
The exit code for the container, if the state change is a result of the container exiting.
|
ContainerStateChange |
ContainerStateChange.withImageDigest(String imageDigest)
The container image SHA 256 digest.
|
ContainerStateChange |
ContainerStateChange.withNetworkBindings(Collection<NetworkBinding> networkBindings)
Any network bindings associated with the container.
|
ContainerStateChange |
ContainerStateChange.withNetworkBindings(NetworkBinding... networkBindings)
Any network bindings associated with the container.
|
ContainerStateChange |
ContainerStateChange.withReason(String reason)
The reason for the state change.
|
ContainerStateChange |
ContainerStateChange.withRuntimeId(String runtimeId)
The ID of the Docker container.
|
ContainerStateChange |
ContainerStateChange.withStatus(String status)
The status of the container.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerStateChange> |
SubmitTaskStateChangeRequest.getContainers()
Any containers associated with the state change request.
|
Modifier and Type | Method and Description |
---|---|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withContainers(ContainerStateChange... containers)
Any containers associated with the state change request.
|
Modifier and Type | Method and Description |
---|---|
void |
SubmitTaskStateChangeRequest.setContainers(Collection<ContainerStateChange> containers)
Any containers associated with the state change request.
|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withContainers(Collection<ContainerStateChange> containers)
Any containers associated with the state change request.
|
Copyright © 2021. All rights reserved.