| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTasksResult> |
AbstractAWSDeadlineAsync.listTasksAsync(ListTasksRequest request,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler) |
Future<ListTasksResult> |
AWSDeadlineAsyncClient.listTasksAsync(ListTasksRequest request,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler) |
Future<ListTasksResult> |
AWSDeadlineAsync.listTasksAsync(ListTasksRequest listTasksRequest,
AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler)
Lists tasks for a job.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksRequest |
ListTasksRequest.clone() |
ListTasksRequest |
ListTasksRequest.withFarmId(String farmId)
The farm ID connected to the tasks.
|
ListTasksRequest |
ListTasksRequest.withJobId(String jobId)
The job ID for the tasks.
|
ListTasksRequest |
ListTasksRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListTasksRequest |
ListTasksRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListTasksRequest |
ListTasksRequest.withQueueId(String queueId)
The queue ID connected to the tasks.
|
ListTasksRequest |
ListTasksRequest.withStepId(String stepId)
The step ID for the tasks.
|
Copyright © 2025. All rights reserved.