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 ContainerContainer. clone()ContainerContainer. withContainerArn(String containerArn)The Amazon Resource Name (ARN) of the container.ContainerContainer. withExitCode(Integer exitCode)The exit code returned from the container.ContainerContainer. withLastStatus(String lastStatus)The last known status of the container.ContainerContainer. withName(String name)The name of the container.ContainerContainer. withNetworkBindings(NetworkBinding... networkBindings)The network bindings associated with the container.ContainerContainer. withNetworkBindings(Collection<NetworkBinding> networkBindings)The network bindings associated with the container.ContainerContainer. withReason(String reason)A short (255 max characters) human-readable string to provide additional detail about a running or stopped container.ContainerContainer. 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 TaskTask. 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 voidTask. setContainers(Collection<Container> containers)The containers associated with the task.TaskTask. withContainers(Collection<Container> containers)The containers associated with the task.
-