Uses of Class
com.amazonaws.services.ecs.model.ListTasksRequest
Packages that use ListTasksRequest
-
Uses of ListTasksRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type ListTasksRequestModifier and TypeMethodDescriptionAbstractAmazonECS.listTasks
(ListTasksRequest request) AmazonECS.listTasks
(ListTasksRequest listTasksRequest) Returns a list of tasks for a specified cluster.AmazonECSClient.listTasks
(ListTasksRequest listTasksRequest) Returns a list of tasks for a specified cluster.AbstractAmazonECSAsync.listTasksAsync
(ListTasksRequest request) AbstractAmazonECSAsync.listTasksAsync
(ListTasksRequest request, AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) AmazonECSAsync.listTasksAsync
(ListTasksRequest listTasksRequest) Returns a list of tasks for a specified cluster.AmazonECSAsync.listTasksAsync
(ListTasksRequest listTasksRequest, AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) Returns a list of tasks for a specified cluster.AmazonECSAsyncClient.listTasksAsync
(ListTasksRequest request) AmazonECSAsyncClient.listTasksAsync
(ListTasksRequest request, AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type ListTasksRequestModifier and TypeMethodDescriptionAbstractAmazonECSAsync.listTasksAsync
(AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) Simplified method form for invoking the ListTasks operation with an AsyncHandler.AbstractAmazonECSAsync.listTasksAsync
(ListTasksRequest request, AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) AmazonECSAsync.listTasksAsync
(AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) Simplified method form for invoking the ListTasks operation with an AsyncHandler.AmazonECSAsync.listTasksAsync
(ListTasksRequest listTasksRequest, AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) Returns a list of tasks for a specified cluster.AmazonECSAsyncClient.listTasksAsync
(AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) Simplified method form for invoking the ListTasks operation with an AsyncHandler.AmazonECSAsyncClient.listTasksAsync
(ListTasksRequest request, AsyncHandler<ListTasksRequest, ListTasksResult> asyncHandler) -
Uses of ListTasksRequest in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ListTasksRequestModifier and TypeMethodDescriptionListTasksRequest.clone()
ListTasksRequest.withCluster
(String cluster) The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list.ListTasksRequest.withContainerInstance
(String containerInstance) The container instance ID or full Amazon Resource Name (ARN) of the container instance with which to filter theListTasks
results.ListTasksRequest.withDesiredStatus
(DesiredStatus desiredStatus) The task status with which to filter theListTasks
results.ListTasksRequest.withDesiredStatus
(String desiredStatus) The task status with which to filter theListTasks
results.ListTasksRequest.withFamily
(String family) The name of the family with which to filter theListTasks
results.ListTasksRequest.withMaxResults
(Integer maxResults) The maximum number of task results returned byListTasks
in paginated output.ListTasksRequest.withNextToken
(String nextToken) ThenextToken
value returned from a previous paginatedListTasks
request wheremaxResults
was used and the results exceeded the value of that parameter.ListTasksRequest.withServiceName
(String serviceName) The name of the service with which to filter theListTasks
results.ListTasksRequest.withStartedBy
(String startedBy) ThestartedBy
value with which to filter the task results.