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