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 | |
com.amazonaws.services.ecs.waiters |
Modifier and Type | Method and Description |
---|---|
Future<DescribeTasksResult> |
AmazonECSAsyncClient.describeTasksAsync(DescribeTasksRequest request,
AsyncHandler<DescribeTasksRequest,DescribeTasksResult> asyncHandler) |
Future<DescribeTasksResult> |
AbstractAmazonECSAsync.describeTasksAsync(DescribeTasksRequest request,
AsyncHandler<DescribeTasksRequest,DescribeTasksResult> asyncHandler) |
Future<DescribeTasksResult> |
AmazonECSAsync.describeTasksAsync(DescribeTasksRequest describeTasksRequest,
AsyncHandler<DescribeTasksRequest,DescribeTasksResult> asyncHandler)
Describes a specified task or tasks.
|
Modifier and Type | Method and Description |
---|---|
DescribeTasksRequest |
DescribeTasksRequest.clone() |
DescribeTasksRequest |
DescribeTasksRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe.
|
DescribeTasksRequest |
DescribeTasksRequest.withTasks(Collection<String> tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
|
DescribeTasksRequest |
DescribeTasksRequest.withTasks(String... tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeTasksRequest> |
AmazonECSWaiters.tasksRunning()
Builds a TasksRunning waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeTasksRequest> |
AmazonECSWaiters.tasksStopped()
Builds a TasksStopped waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeTasksResult |
DescribeTasksFunction.apply(DescribeTasksRequest describeTasksRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.