Uses of Class
com.amazonaws.services.ecs.model.TaskOverride
Packages that use TaskOverride
-
Uses of TaskOverride in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TaskOverrideModifier and TypeMethodDescriptionTaskOverride.clone()
RunTaskRequest.getOverrides()
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.StartTaskRequest.getOverrides()
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.Task.getOverrides()
One or more container overrides.TaskOverride.withContainerOverrides
(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.Methods in com.amazonaws.services.ecs.model with parameters of type TaskOverrideModifier and TypeMethodDescriptionvoid
RunTaskRequest.setOverrides
(TaskOverride overrides) A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.void
StartTaskRequest.setOverrides
(TaskOverride overrides) A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.void
Task.setOverrides
(TaskOverride overrides) One or more container overrides.RunTaskRequest.withOverrides
(TaskOverride overrides) A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.StartTaskRequest.withOverrides
(TaskOverride overrides) A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.Task.withOverrides
(TaskOverride overrides) One or more container overrides.