Uses of Class
software.amazon.awssdk.services.batch.model.QuotaSharePreemptionConfiguration
-
Packages that use QuotaSharePreemptionConfiguration Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaSharePreemptionConfiguration in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaSharePreemptionConfiguration Modifier and Type Method Description QuotaSharePreemptionConfigurationCreateQuotaShareRequest. preemptionConfiguration()Specifies the preemption behavior for jobs in a quota share.QuotaSharePreemptionConfigurationDescribeQuotaShareResponse. preemptionConfiguration()Specifies the preemption behavior for jobs in a quota share.QuotaSharePreemptionConfigurationQuotaShareDetail. preemptionConfiguration()Specifies the preemption behavior for jobs in a quota share.QuotaSharePreemptionConfigurationUpdateQuotaShareRequest. preemptionConfiguration()Specifies the preemption behavior for jobs in a quota share.Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaSharePreemptionConfiguration Modifier and Type Method Description CreateQuotaShareRequest.BuilderCreateQuotaShareRequest.Builder. preemptionConfiguration(QuotaSharePreemptionConfiguration preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. preemptionConfiguration(QuotaSharePreemptionConfiguration preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.QuotaShareDetail.BuilderQuotaShareDetail.Builder. preemptionConfiguration(QuotaSharePreemptionConfiguration preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.UpdateQuotaShareRequest.BuilderUpdateQuotaShareRequest.Builder. preemptionConfiguration(QuotaSharePreemptionConfiguration preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.
-