| 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<CreateJobResult> |
AbstractAWSDeadlineAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSDeadlineAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSDeadlineAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
CreateJobRequest.addParametersEntry(String key,
JobParameter value)
Add a single Parameters entry
|
CreateJobRequest |
CreateJobRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAttachments(Attachments attachments)
The attachments for the job.
|
CreateJobRequest |
CreateJobRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateJobRequest |
CreateJobRequest.withFarmId(String farmId)
The farm ID of the farm to connect to the job.
|
CreateJobRequest |
CreateJobRequest.withMaxFailedTasksCount(Integer maxFailedTasksCount)
The number of task failures before the job stops running and is marked as
FAILED. |
CreateJobRequest |
CreateJobRequest.withMaxRetriesPerTask(Integer maxRetriesPerTask)
The maximum number of retries for a job.
|
CreateJobRequest |
CreateJobRequest.withParameters(Map<String,JobParameter> parameters)
The parameters for the job.
|
CreateJobRequest |
CreateJobRequest.withPriority(Integer priority)
The priority of the job on a scale of 1 to 100.
|
CreateJobRequest |
CreateJobRequest.withQueueId(String queueId)
The ID of the queue that the job is submitted to.
|
CreateJobRequest |
CreateJobRequest.withStorageProfileId(String storageProfileId)
The storage profile ID for the storage profile to connect to the job.
|
CreateJobRequest |
CreateJobRequest.withTargetTaskRunStatus(CreateJobTargetTaskRunStatus targetTaskRunStatus)
The initial status of the job's tasks when they are created.
|
CreateJobRequest |
CreateJobRequest.withTargetTaskRunStatus(String targetTaskRunStatus)
The initial status of the job's tasks when they are created.
|
CreateJobRequest |
CreateJobRequest.withTemplate(String template)
The job template to use for this job.
|
CreateJobRequest |
CreateJobRequest.withTemplateType(JobTemplateType templateType)
The file type for the job template.
|
CreateJobRequest |
CreateJobRequest.withTemplateType(String templateType)
The file type for the job template.
|
Copyright © 2025. All rights reserved.