Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobPreemptionSummary
-
Packages that use ServiceJobPreemptionSummary Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobPreemptionSummary in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobPreemptionSummary Modifier and Type Method Description ServiceJobPreemptionSummaryDescribeServiceJobResponse. preemptionSummary()Summarizes the preemptions of the service job.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobPreemptionSummary Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. preemptionSummary(ServiceJobPreemptionSummary preemptionSummary)Summarizes the preemptions of the service job.
-