Package | Description |
---|---|
com.amazonaws.services.ecs |
|
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 or tasks to describe.
|
DescribeTasksRequest |
DescribeTasksRequest.withInclude(Collection<String> include)
Specifies whether you want to see the resource tags for the task.
|
DescribeTasksRequest |
DescribeTasksRequest.withInclude(String... include)
Specifies whether you want to see the resource tags for the task.
|
DescribeTasksRequest |
DescribeTasksRequest.withInclude(TaskField... include)
Specifies whether you want to see the resource tags for the task.
|
DescribeTasksRequest |
DescribeTasksRequest.withTasks(Collection<String> tasks)
A list of up to 100 task IDs or full ARN entries.
|
DescribeTasksRequest |
DescribeTasksRequest.withTasks(String... tasks)
A list of up to 100 task IDs or full 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 © 2023. All rights reserved.