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