Uses of Class
com.amazonaws.services.ecs.model.Container
Packages that use Container
-
Uses of Container in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ContainerModifier and TypeMethodDescriptionContainer.clone()
Container.withContainerArn
(String containerArn) The Amazon Resource Name (ARN) of the container.Container.withExitCode
(Integer exitCode) The exit code returned from the container.Container.withLastStatus
(String lastStatus) The last known status of the container.The name of the container.Container.withNetworkBindings
(NetworkBinding... networkBindings) The network bindings associated with the container.Container.withNetworkBindings
(Collection<NetworkBinding> networkBindings) The network bindings associated with the container.Container.withReason
(String reason) A short (255 max characters) human-readable string to provide additional detail about a running or stopped 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 ContainerMethods in com.amazonaws.services.ecs.model with parameters of type ContainerModifier and TypeMethodDescriptionTask.withContainers
(Container... containers) The containers associated with the task.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ContainerModifier and TypeMethodDescriptionvoid
Task.setContainers
(Collection<Container> containers) The containers associated with the task.Task.withContainers
(Collection<Container> containers) The containers associated with the task.