Uses of Class
software.amazon.awssdk.services.batch.model.LatestServiceJobAttempt
-
Packages that use LatestServiceJobAttempt Package Description software.amazon.awssdk.services.batch.model -
-
Uses of LatestServiceJobAttempt in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return LatestServiceJobAttempt Modifier and Type Method Description LatestServiceJobAttemptDescribeServiceJobResponse. latestAttempt()The latest attempt associated with the service job.LatestServiceJobAttemptServiceJobSummary. latestAttempt()Information about the latest attempt for the service job.Methods in software.amazon.awssdk.services.batch.model with parameters of type LatestServiceJobAttempt Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. latestAttempt(LatestServiceJobAttempt latestAttempt)The latest attempt associated with the service job.ServiceJobSummary.BuilderServiceJobSummary.Builder. latestAttempt(LatestServiceJobAttempt latestAttempt)Information about the latest attempt for the service job.
-