Uses of Class
com.amazonaws.services.ecs.model.RunTaskRequest
Packages that use RunTaskRequest
-
Uses of RunTaskRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type RunTaskRequestModifier and TypeMethodDescriptionAbstractAmazonECS.runTask
(RunTaskRequest request) AmazonECS.runTask
(RunTaskRequest runTaskRequest) Start a task using random placement and the default Amazon ECS scheduler.AmazonECSClient.runTask
(RunTaskRequest runTaskRequest) Start a task using random placement and the default Amazon ECS scheduler.AbstractAmazonECSAsync.runTaskAsync
(RunTaskRequest request) AbstractAmazonECSAsync.runTaskAsync
(RunTaskRequest request, AsyncHandler<RunTaskRequest, RunTaskResult> asyncHandler) AmazonECSAsync.runTaskAsync
(RunTaskRequest runTaskRequest) Start a task using random placement and the default Amazon ECS scheduler.AmazonECSAsync.runTaskAsync
(RunTaskRequest runTaskRequest, AsyncHandler<RunTaskRequest, RunTaskResult> asyncHandler) Start a task using random placement and the default Amazon ECS scheduler.AmazonECSAsyncClient.runTaskAsync
(RunTaskRequest request) AmazonECSAsyncClient.runTaskAsync
(RunTaskRequest request, AsyncHandler<RunTaskRequest, RunTaskResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type RunTaskRequestModifier and TypeMethodDescriptionAbstractAmazonECSAsync.runTaskAsync
(RunTaskRequest request, AsyncHandler<RunTaskRequest, RunTaskResult> asyncHandler) AmazonECSAsync.runTaskAsync
(RunTaskRequest runTaskRequest, AsyncHandler<RunTaskRequest, RunTaskResult> asyncHandler) Start a task using random placement and the default Amazon ECS scheduler.AmazonECSAsyncClient.runTaskAsync
(RunTaskRequest request, AsyncHandler<RunTaskRequest, RunTaskResult> asyncHandler) -
Uses of RunTaskRequest in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return RunTaskRequestModifier and TypeMethodDescriptionRunTaskRequest.clone()
RunTaskRequest.withCluster
(String cluster) The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task.The number of instantiations of the specified task to place on your cluster.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.RunTaskRequest.withStartedBy
(String startedBy) An optional tag specified when a task is started.RunTaskRequest.withTaskDefinition
(String taskDefinition) Thefamily
andrevision
(family:revision
) or full Amazon Resource Name (ARN) of the task definition to run.