Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareInSharePreemptionState
-
Packages that use QuotaShareInSharePreemptionState Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareInSharePreemptionState in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaShareInSharePreemptionState Modifier and Type Method Description static QuotaShareInSharePreemptionStateQuotaShareInSharePreemptionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuotaShareInSharePreemptionStateQuotaSharePreemptionConfiguration. inSharePreemption()Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.static QuotaShareInSharePreemptionStateQuotaShareInSharePreemptionState. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaShareInSharePreemptionState[]QuotaShareInSharePreemptionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaShareInSharePreemptionState Modifier and Type Method Description static Set<QuotaShareInSharePreemptionState>QuotaShareInSharePreemptionState. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareInSharePreemptionState Modifier and Type Method Description QuotaSharePreemptionConfiguration.BuilderQuotaSharePreemptionConfiguration.Builder. inSharePreemption(QuotaShareInSharePreemptionState inSharePreemption)Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.
-