| 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 | |
| com.amazonaws.services.deadline.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetQueueResult> |
AbstractAWSDeadlineAsync.getQueueAsync(GetQueueRequest request,
AsyncHandler<GetQueueRequest,GetQueueResult> asyncHandler) |
Future<GetQueueResult> |
AWSDeadlineAsyncClient.getQueueAsync(GetQueueRequest request,
AsyncHandler<GetQueueRequest,GetQueueResult> asyncHandler) |
Future<GetQueueResult> |
AWSDeadlineAsync.getQueueAsync(GetQueueRequest getQueueRequest,
AsyncHandler<GetQueueRequest,GetQueueResult> asyncHandler)
Gets a queue.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueueRequest |
GetQueueRequest.clone() |
GetQueueRequest |
GetQueueRequest.withFarmId(String farmId)
The farm ID of the farm in the queue.
|
GetQueueRequest |
GetQueueRequest.withQueueId(String queueId)
The queue ID for the queue to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetQueueRequest> |
AWSDeadlineWaiters.queueScheduling()
Builds a QueueScheduling waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetQueueRequest> |
AWSDeadlineWaiters.queueSchedulingBlocked()
Builds a QueueSchedulingBlocked waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueueResult |
GetQueueFunction.apply(GetQueueRequest getQueueRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2025. All rights reserved.