Package | Description |
---|---|
com.amazonaws.services.ecs |
Synchronous and asynchronous client classes for accessing AmazonECS.
|
com.amazonaws.services.ecs.model |
Classes modeling the various types represented by AmazonECS.
|
Modifier and Type | Method and Description |
---|---|
ListTasksResult |
AmazonECSClient.listTasks(ListTasksRequest listTasksRequest)
Returns a list of tasks for a specified cluster.
|
ListTasksResult |
AmazonECS.listTasks(ListTasksRequest listTasksRequest)
Returns a list of tasks for a specified cluster.
|
Future<ListTasksResult> |
AmazonECSAsyncClient.listTasksAsync(ListTasksRequest listTasksRequest)
Returns a list of tasks for a specified cluster.
|
Future<ListTasksResult> |
AmazonECSAsync.listTasksAsync(ListTasksRequest listTasksRequest)
Returns a list of tasks for a specified cluster.
|
Future<ListTasksResult> |
AmazonECSAsyncClient.listTasksAsync(ListTasksRequest listTasksRequest,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler)
Returns a list of tasks for a specified cluster.
|
Future<ListTasksResult> |
AmazonECSAsync.listTasksAsync(ListTasksRequest listTasksRequest,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler)
Returns a list of tasks for a specified cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTasksResult> |
AmazonECSAsyncClient.listTasksAsync(ListTasksRequest listTasksRequest,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler)
Returns a list of tasks for a specified cluster.
|
Future<ListTasksResult> |
AmazonECSAsync.listTasksAsync(ListTasksRequest listTasksRequest,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler)
Returns a list of tasks for a specified cluster.
|
Modifier and Type | Method and Description |
---|---|
ListTasksRequest |
ListTasksRequest.clone() |
ListTasksRequest |
ListTasksRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that
hosts the tasks you want to list.
|
ListTasksRequest |
ListTasksRequest.withContainerInstance(String containerInstance)
The container instance UUID or full Amazon Resource Name (ARN) of the
container instance that you want to filter the
ListTasks
results with. |
ListTasksRequest |
ListTasksRequest.withDesiredStatus(DesiredStatus desiredStatus)
The task status that you want to filter the
ListTasks
results with. |
ListTasksRequest |
ListTasksRequest.withDesiredStatus(String desiredStatus)
The task status that you want to filter the
ListTasks
results with. |
ListTasksRequest |
ListTasksRequest.withFamily(String family)
The name of the family that you want to filter the
ListTasks results with. |
ListTasksRequest |
ListTasksRequest.withMaxResults(Integer maxResults)
The maximum number of task results returned by
ListTasks
in paginated output. |
ListTasksRequest |
ListTasksRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated
ListTasks request where maxResults was used
and the results exceeded the value of that parameter. |
ListTasksRequest |
ListTasksRequest.withServiceName(String serviceName)
The name of the service that you want to filter the
ListTasks results with. |
ListTasksRequest |
ListTasksRequest.withStartedBy(String startedBy)
The
startedBy value that you want to filter the task
results with. |
Copyright © 2015. All rights reserved.