| Package | Description | 
|---|---|
| com.amazonaws.services.ecs | 
 Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy
 to run, stop, and manage Docker containers on a cluster of EC2 instances. | 
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StartTaskResult | AmazonECS. startTask(StartTaskRequest startTaskRequest)
 Starts a new task from the specified task definition on the specified container instance or instances. | 
| StartTaskResult | AmazonECSClient. startTask(StartTaskRequest request)
 Starts a new task from the specified task definition on the specified container instance or instances. | 
| StartTaskResult | AbstractAmazonECS. startTask(StartTaskRequest request) | 
| Future<StartTaskResult> | AmazonECSAsyncClient. startTaskAsync(StartTaskRequest request) | 
| Future<StartTaskResult> | AbstractAmazonECSAsync. startTaskAsync(StartTaskRequest request) | 
| Future<StartTaskResult> | AmazonECSAsync. startTaskAsync(StartTaskRequest startTaskRequest)
 Starts a new task from the specified task definition on the specified container instance or instances. | 
| Future<StartTaskResult> | AmazonECSAsyncClient. startTaskAsync(StartTaskRequest request,
              AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) | 
| Future<StartTaskResult> | AbstractAmazonECSAsync. startTaskAsync(StartTaskRequest request,
              AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) | 
| Future<StartTaskResult> | AmazonECSAsync. startTaskAsync(StartTaskRequest startTaskRequest,
              AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler)
 Starts a new task from the specified task definition on the specified container instance or instances. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<StartTaskResult> | AmazonECSAsyncClient. startTaskAsync(StartTaskRequest request,
              AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) | 
| Future<StartTaskResult> | AbstractAmazonECSAsync. startTaskAsync(StartTaskRequest request,
              AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) | 
| Future<StartTaskResult> | AmazonECSAsync. startTaskAsync(StartTaskRequest startTaskRequest,
              AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler)
 Starts a new task from the specified task definition on the specified container instance or instances. | 
| Modifier and Type | Method and Description | 
|---|---|
| StartTaskRequest | StartTaskRequest. clone() | 
| StartTaskRequest | StartTaskRequest. withCluster(String cluster)
 The short name or full Amazon Resource Name (ARN) of the cluster on which to start your task. | 
| StartTaskRequest | StartTaskRequest. withContainerInstances(Collection<String> containerInstances)
 The container instance IDs or full Amazon Resource Name (ARN) entries for the container instances on which you
 would like to place your task. | 
| StartTaskRequest | StartTaskRequest. withContainerInstances(String... containerInstances)
 The container instance IDs or full Amazon Resource Name (ARN) entries for the container instances on which you
 would like to place your task. | 
| StartTaskRequest | StartTaskRequest. withGroup(String group)
 The name of the task group to associate with the task. | 
| StartTaskRequest | 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. | 
| StartTaskRequest | StartTaskRequest. withStartedBy(String startedBy)
 An optional tag specified when a task is started. | 
| StartTaskRequest | StartTaskRequest. withTaskDefinition(String taskDefinition)
 The  familyandrevision(family:revision) or full Amazon Resource Name
 (ARN) of the task definition to start. | 
Copyright © 2017. All rights reserved.