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 ContainerOverrideContainerOverride. clone()ContainerOverrideContainerOverride. withCommand(String... command)The command to send to the container that overrides the default command from the Docker image or the task definition.ContainerOverrideContainerOverride. withCommand(Collection<String> command)The command to send to the container that overrides the default command from the Docker image or the task definition.ContainerOverrideContainerOverride. withEnvironment(KeyValuePair... environment)The environment variables to send to the container.ContainerOverrideContainerOverride. withEnvironment(Collection<KeyValuePair> environment)The environment variables to send to the container.ContainerOverrideContainerOverride. 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 TaskOverrideTaskOverride. 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 voidTaskOverride. setContainerOverrides(Collection<ContainerOverride> containerOverrides)One or more container overrides sent to a task.TaskOverrideTaskOverride. withContainerOverrides(Collection<ContainerOverride> containerOverrides)One or more container overrides sent to a task.
-