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