Uses of Class
com.amazonaws.services.ecs.model.ContainerOverride
Packages that use ContainerOverride
-
Uses of ContainerOverride in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ContainerOverrideModifier and TypeMethodDescriptionContainerOverride.clone()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.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.withEnvironment(KeyValuePair... environment) The environment variables to send to the container.ContainerOverride.withEnvironment(Collection<KeyValuePair> environment) The environment variables to send to the container.The name of the container that receives the override.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ContainerOverrideModifier and TypeMethodDescriptionTaskOverride.getContainerOverrides()One or more container overrides sent to a task.Methods in com.amazonaws.services.ecs.model with parameters of type ContainerOverrideModifier and TypeMethodDescriptionTaskOverride.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 ContainerOverrideModifier and TypeMethodDescriptionvoidTaskOverride.setContainerOverrides(Collection<ContainerOverride> containerOverrides) One or more container overrides sent to a task.TaskOverride.withContainerOverrides(Collection<ContainerOverride> containerOverrides) One or more container overrides sent to a task.