| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobDependency |
JobDependency.clone() |
JobDependency |
JobDependency.withJobId(String jobId)
The job ID of the AWS Batch job associated with this dependency.
|
JobDependency |
JobDependency.withType(ArrayJobDependency type)
The type of the job dependency.
|
JobDependency |
JobDependency.withType(String type)
The type of the job dependency.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobDependency> |
SubmitJobRequest.getDependsOn()
A list of dependencies for the job.
|
List<JobDependency> |
JobDetail.getDependsOn()
A list of job IDs that this job depends on.
|
| Modifier and Type | Method and Description |
|---|---|
SubmitJobRequest |
SubmitJobRequest.withDependsOn(JobDependency... dependsOn)
A list of dependencies for the job.
|
JobDetail |
JobDetail.withDependsOn(JobDependency... dependsOn)
A list of job IDs that this job depends on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmitJobRequest.setDependsOn(Collection<JobDependency> dependsOn)
A list of dependencies for the job.
|
void |
JobDetail.setDependsOn(Collection<JobDependency> dependsOn)
A list of job IDs that this job depends on.
|
SubmitJobRequest |
SubmitJobRequest.withDependsOn(Collection<JobDependency> dependsOn)
A list of dependencies for the job.
|
JobDetail |
JobDetail.withDependsOn(Collection<JobDependency> dependsOn)
A list of job IDs that this job depends on.
|
Copyright © 2021. All rights reserved.