Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobPreemptedAttempt
-
Packages that use ServiceJobPreemptedAttempt Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobPreemptedAttempt in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobPreemptedAttempt Modifier and Type Method Description List<ServiceJobPreemptedAttempt>ServiceJobPreemptionSummary. recentPreemptedAttempts()A list of the most recent preemption attempts for the service job.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobPreemptedAttempt Modifier and Type Method Description ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary.Builder. recentPreemptedAttempts(ServiceJobPreemptedAttempt... recentPreemptedAttempts)A list of the most recent preemption attempts for the service job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceJobPreemptedAttempt Modifier and Type Method Description ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary.Builder. recentPreemptedAttempts(Collection<ServiceJobPreemptedAttempt> recentPreemptedAttempts)A list of the most recent preemption attempts for the service job.
-