| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<EksAttemptDetail> |
JobDetail.eksAttempts()
A list of job attempts that are associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
JobDetail.Builder |
JobDetail.Builder.eksAttempts(EksAttemptDetail... eksAttempts)
A list of job attempts that are associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
JobDetail.Builder |
JobDetail.Builder.eksAttempts(Collection<EksAttemptDetail> eksAttempts)
A list of job attempts that are associated with this job.
|
Copyright © 2023. All rights reserved.