| 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<GetTaskResult> |
AbstractAWSDeadlineAsync.getTaskAsync(GetTaskRequest request,
AsyncHandler<GetTaskRequest,GetTaskResult> asyncHandler) |
Future<GetTaskResult> |
AWSDeadlineAsyncClient.getTaskAsync(GetTaskRequest request,
AsyncHandler<GetTaskRequest,GetTaskResult> asyncHandler) |
Future<GetTaskResult> |
AWSDeadlineAsync.getTaskAsync(GetTaskRequest getTaskRequest,
AsyncHandler<GetTaskRequest,GetTaskResult> asyncHandler)
Gets a task.
|
| Modifier and Type | Method and Description |
|---|---|
GetTaskRequest |
GetTaskRequest.clone() |
GetTaskRequest |
GetTaskRequest.withFarmId(String farmId)
The farm ID of the farm connected to the task.
|
GetTaskRequest |
GetTaskRequest.withJobId(String jobId)
The job ID of the job connected to the task.
|
GetTaskRequest |
GetTaskRequest.withQueueId(String queueId)
The queue ID for the queue connected to the task.
|
GetTaskRequest |
GetTaskRequest.withStepId(String stepId)
The step ID for the step connected to the task.
|
GetTaskRequest |
GetTaskRequest.withTaskId(String taskId)
The task ID.
|
Copyright © 2025. All rights reserved.