Uses of Class
software.amazon.awssdk.services.batch.model.FairsharePolicy
-
Packages that use FairsharePolicy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FairsharePolicy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return FairsharePolicy Modifier and Type Method Description FairsharePolicyCreateSchedulingPolicyRequest. fairsharePolicy()The fair share policy of the scheduling policy.FairsharePolicySchedulingPolicyDetail. fairsharePolicy()The fair share policy for the scheduling policy.FairsharePolicyUpdateSchedulingPolicyRequest. fairsharePolicy()The fair share policy.Methods in software.amazon.awssdk.services.batch.model with parameters of type FairsharePolicy Modifier and Type Method Description CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. fairsharePolicy(FairsharePolicy fairsharePolicy)The fair share policy of the scheduling policy.SchedulingPolicyDetail.BuilderSchedulingPolicyDetail.Builder. fairsharePolicy(FairsharePolicy fairsharePolicy)The fair share policy for the scheduling policy.UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. fairsharePolicy(FairsharePolicy fairsharePolicy)The fair share policy.
-