Uses of Class
com.amazonaws.services.ecs.model.Container
-
Packages that use Container Package Description com.amazonaws.services.ecs.model -
-
Uses of Container in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Container Modifier and Type Method 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(NetworkBinding... networkBindings)
The network bindings associated with the container.Container
Container. withNetworkBindings(Collection<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 detail about a running or stopped container.Container
Container. withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.Methods in com.amazonaws.services.ecs.model that return types with arguments of type Container Modifier and Type Method Description List<Container>
Task. getContainers()
The containers associated with the task.Methods in com.amazonaws.services.ecs.model with parameters of type Container Modifier and Type Method Description Task
Task. withContainers(Container... containers)
The containers associated with the task.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Container Modifier and Type Method 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.
-