Uses of Class
software.amazon.awssdk.services.batch.model.SchedulingPolicyDetail
-
Packages that use SchedulingPolicyDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of SchedulingPolicyDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type SchedulingPolicyDetail Modifier and Type Method Description List<SchedulingPolicyDetail>DescribeSchedulingPoliciesResponse. schedulingPolicies()The list of scheduling policies.Methods in software.amazon.awssdk.services.batch.model with parameters of type SchedulingPolicyDetail Modifier and Type Method Description DescribeSchedulingPoliciesResponse.BuilderDescribeSchedulingPoliciesResponse.Builder. schedulingPolicies(SchedulingPolicyDetail... schedulingPolicies)The list of scheduling policies.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type SchedulingPolicyDetail Modifier and Type Method Description DescribeSchedulingPoliciesResponse.BuilderDescribeSchedulingPoliciesResponse.Builder. schedulingPolicies(Collection<SchedulingPolicyDetail> schedulingPolicies)The list of scheduling policies.
-