| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GetJobResult |
GetJobResult.addParametersEntry(String key,
JobParameter value)
Add a single Parameters entry
|
GetJobResult |
GetJobResult.addTaskRunStatusCountsEntry(String key,
Integer value)
Add a single TaskRunStatusCounts entry
|
GetJobResult |
GetJobResult.clearParametersEntries()
Removes all the entries added into Parameters.
|
GetJobResult |
GetJobResult.clearTaskRunStatusCountsEntries()
Removes all the entries added into TaskRunStatusCounts.
|
GetJobResult |
GetJobResult.clone() |
GetJobResult |
GetJobResult.withAttachments(Attachments attachments)
The attachments for the job.
|
GetJobResult |
GetJobResult.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
GetJobResult |
GetJobResult.withCreatedBy(String createdBy)
The user or system that created this resource.
|
GetJobResult |
GetJobResult.withDescription(String description)
The description of the job.
|
GetJobResult |
GetJobResult.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
GetJobResult |
GetJobResult.withJobId(String jobId)
The job ID.
|
GetJobResult |
GetJobResult.withLifecycleStatus(JobLifecycleStatus lifecycleStatus)
The life cycle status for the job.
|
GetJobResult |
GetJobResult.withLifecycleStatus(String lifecycleStatus)
The life cycle status for the job.
|
GetJobResult |
GetJobResult.withLifecycleStatusMessage(String lifecycleStatusMessage)
A message that communicates the status of the life cycle for the job.
|
GetJobResult |
GetJobResult.withMaxFailedTasksCount(Integer maxFailedTasksCount)
The number of task failures before the job stops running and is marked as
FAILED. |
GetJobResult |
GetJobResult.withMaxRetriesPerTask(Integer maxRetriesPerTask)
The maximum number of retries per failed tasks.
|
GetJobResult |
GetJobResult.withName(String name)
The name of the job.
|
GetJobResult |
GetJobResult.withParameters(Map<String,JobParameter> parameters)
The parameters for the job.
|
GetJobResult |
GetJobResult.withPriority(Integer priority)
The job priority.
|
GetJobResult |
GetJobResult.withStartedAt(Date startedAt)
The date and time the resource started running.
|
GetJobResult |
GetJobResult.withStorageProfileId(String storageProfileId)
The storage profile ID associated with the job.
|
GetJobResult |
GetJobResult.withTargetTaskRunStatus(JobTargetTaskRunStatus targetTaskRunStatus)
The task status with which the job started.
|
GetJobResult |
GetJobResult.withTargetTaskRunStatus(String targetTaskRunStatus)
The task status with which the job started.
|
GetJobResult |
GetJobResult.withTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
GetJobResult |
GetJobResult.withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
|
GetJobResult |
GetJobResult.withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
GetJobResult |
GetJobResult.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
GetJobResult |
GetJobResult.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
| 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 © 2025. All rights reserved.