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