| 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 |
|---|---|
GetJobResult |
AbstractAWSDeadline.getJob(GetJobRequest request) |
GetJobResult |
AWSDeadlineClient.getJob(GetJobRequest request)
Gets a Deadline Cloud job.
|
GetJobResult |
AWSDeadline.getJob(GetJobRequest getJobRequest)
Gets a Deadline Cloud job.
|
Future<GetJobResult> |
AbstractAWSDeadlineAsync.getJobAsync(GetJobRequest request) |
Future<GetJobResult> |
AWSDeadlineAsyncClient.getJobAsync(GetJobRequest request) |
Future<GetJobResult> |
AWSDeadlineAsync.getJobAsync(GetJobRequest getJobRequest)
Gets a Deadline Cloud job.
|
Future<GetJobResult> |
AbstractAWSDeadlineAsync.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSDeadlineAsyncClient.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSDeadlineAsync.getJobAsync(GetJobRequest getJobRequest,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
Gets a Deadline Cloud job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobResult> |
AbstractAWSDeadlineAsync.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSDeadlineAsyncClient.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSDeadlineAsync.getJobAsync(GetJobRequest getJobRequest,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
Gets a Deadline Cloud job.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobRequest |
GetJobRequest.clone() |
GetJobRequest |
GetJobRequest.withFarmId(String farmId)
The farm ID of the farm in the job.
|
GetJobRequest |
GetJobRequest.withJobId(String jobId)
The job ID.
|
GetJobRequest |
GetJobRequest.withQueueId(String queueId)
The queue ID associated with the job.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetJobRequest> |
AWSDeadlineWaiters.jobCreateComplete()
Builds a JobCreateComplete 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 |
|---|---|
GetJobResult |
GetJobFunction.apply(GetJobRequest getJobRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.