Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobPreemptionConfiguration
-
Packages that use ServiceJobPreemptionConfiguration Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobPreemptionConfiguration in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobPreemptionConfiguration Modifier and Type Method Description ServiceJobPreemptionConfigurationDescribeServiceJobResponse. preemptionConfiguration()Specifies the service job behavior when preempted.ServiceJobPreemptionConfigurationSubmitServiceJobRequest. preemptionConfiguration()Specifies the service job behavior when preempted.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobPreemptionConfiguration Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. preemptionConfiguration(ServiceJobPreemptionConfiguration preemptionConfiguration)Specifies the service job behavior when preempted.SubmitServiceJobRequest.BuilderSubmitServiceJobRequest.Builder. preemptionConfiguration(ServiceJobPreemptionConfiguration preemptionConfiguration)Specifies the service job behavior when preempted.
-