Uses of Class
software.amazon.awssdk.services.batch.model.AttemptDetail
-
Packages that use AttemptDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of AttemptDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type AttemptDetail Modifier and Type Method Description List<AttemptDetail>JobDetail. attempts()A list of job attempts that are associated with this job.Methods in software.amazon.awssdk.services.batch.model with parameters of type AttemptDetail Modifier and Type Method Description JobDetail.BuilderJobDetail.Builder. attempts(AttemptDetail... attempts)A list of job attempts that are associated with this job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type AttemptDetail Modifier and Type Method Description JobDetail.BuilderJobDetail.Builder. attempts(Collection<AttemptDetail> attempts)A list of job attempts that are associated with this job.
-