Uses of Class
software.amazon.awssdk.services.batch.model.QuotaSharePolicy
-
Packages that use QuotaSharePolicy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaSharePolicy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaSharePolicy Modifier and Type Method Description QuotaSharePolicyCreateSchedulingPolicyRequest. quotaSharePolicy()The quota share scheduling policy details.QuotaSharePolicySchedulingPolicyDetail. quotaSharePolicy()The quota share scheduling policy details.QuotaSharePolicyUpdateSchedulingPolicyRequest. quotaSharePolicy()The quota share scheduling policy details.Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaSharePolicy Modifier and Type Method Description CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. quotaSharePolicy(QuotaSharePolicy quotaSharePolicy)The quota share scheduling policy details.SchedulingPolicyDetail.BuilderSchedulingPolicyDetail.Builder. quotaSharePolicy(QuotaSharePolicy quotaSharePolicy)The quota share scheduling policy details.UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. quotaSharePolicy(QuotaSharePolicy quotaSharePolicy)The quota share scheduling policy details.
-