| 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<ListJobsResult> |
AbstractAWSDeadlineAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSDeadlineAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSDeadlineAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withFarmId(String farmId)
The farm ID for the jobs.
|
ListJobsRequest |
ListJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListJobsRequest |
ListJobsRequest.withPrincipalId(String principalId)
The principal ID of the members on the jobs.
|
ListJobsRequest |
ListJobsRequest.withQueueId(String queueId)
The queue ID for the job.
|
Copyright © 2025. All rights reserved.