| 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 | 
|---|---|
| Future<StopTaskResult> | AmazonECSAsyncClient. stopTaskAsync(StopTaskRequest request,
             AsyncHandler<StopTaskRequest,StopTaskResult> asyncHandler) | 
| Future<StopTaskResult> | AbstractAmazonECSAsync. stopTaskAsync(StopTaskRequest request,
             AsyncHandler<StopTaskRequest,StopTaskResult> asyncHandler) | 
| Future<StopTaskResult> | AmazonECSAsync. stopTaskAsync(StopTaskRequest stopTaskRequest,
             AsyncHandler<StopTaskRequest,StopTaskResult> asyncHandler)
 Stops a running task. | 
| Modifier and Type | Method and Description | 
|---|---|
| StopTaskRequest | StopTaskRequest. clone() | 
| StopTaskRequest | StopTaskRequest. withCluster(String cluster)
 The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop. | 
| StopTaskRequest | StopTaskRequest. withReason(String reason)
 An optional message specified when a task is stopped. | 
| StopTaskRequest | StopTaskRequest. withTask(String task)
 The task ID or full Amazon Resource Name (ARN) entry of the task to stop. | 
Copyright © 2017. All rights reserved.