| 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<ListQueuesResult> |
AbstractAWSDeadlineAsync.listQueuesAsync(ListQueuesRequest request,
AsyncHandler<ListQueuesRequest,ListQueuesResult> asyncHandler) |
Future<ListQueuesResult> |
AWSDeadlineAsyncClient.listQueuesAsync(ListQueuesRequest request,
AsyncHandler<ListQueuesRequest,ListQueuesResult> asyncHandler) |
Future<ListQueuesResult> |
AWSDeadlineAsync.listQueuesAsync(ListQueuesRequest listQueuesRequest,
AsyncHandler<ListQueuesRequest,ListQueuesResult> asyncHandler)
Lists queues.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueuesRequest |
ListQueuesRequest.clone() |
ListQueuesRequest |
ListQueuesRequest.withFarmId(String farmId)
The farm ID of the queue.
|
ListQueuesRequest |
ListQueuesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListQueuesRequest |
ListQueuesRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListQueuesRequest |
ListQueuesRequest.withPrincipalId(String principalId)
The principal ID.
|
ListQueuesRequest |
ListQueuesRequest.withStatus(QueueStatus status)
The status of the queues listed.
|
ListQueuesRequest |
ListQueuesRequest.withStatus(String status)
The status of the queues listed.
|
Copyright © 2024. All rights reserved.