Uses of Class
com.amazonaws.services.ecs.model.ContainerOverride
-
Packages that use ContainerOverride Package Description com.amazonaws.services.ecs.model -
-
Uses of ContainerOverride in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ContainerOverride Modifier and Type Method Description ContainerOverride
ContainerOverride. clone()
ContainerOverride
ContainerOverride. withCommand(String... command)
The command to send to the container that overrides the default command from the Docker image or the task definition.ContainerOverride
ContainerOverride. withCommand(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the task definition.ContainerOverride
ContainerOverride. withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.ContainerOverride
ContainerOverride. withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.ContainerOverride
ContainerOverride. withName(String name)
The name of the container that receives the override.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ContainerOverride Modifier and Type Method Description List<ContainerOverride>
TaskOverride. getContainerOverrides()
One or more container overrides sent to a task.Methods in com.amazonaws.services.ecs.model with parameters of type ContainerOverride Modifier and Type Method Description TaskOverride
TaskOverride. withContainerOverrides(ContainerOverride... containerOverrides)
One or more container overrides sent to a task.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ContainerOverride Modifier and Type Method Description void
TaskOverride. setContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.TaskOverride
TaskOverride. withContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
-