Uses of Class
software.amazon.awssdk.services.batch.model.SchedulingPolicyListingDetail
-
Packages that use SchedulingPolicyListingDetail Package Description software.amazon.awssdk.services.batch.model software.amazon.awssdk.services.batch.paginators -
-
Uses of SchedulingPolicyListingDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type SchedulingPolicyListingDetail Modifier and Type Method Description List<SchedulingPolicyListingDetail>ListSchedulingPoliciesResponse. schedulingPolicies()A list of scheduling policies that match the request.Methods in software.amazon.awssdk.services.batch.model with parameters of type SchedulingPolicyListingDetail Modifier and Type Method Description ListSchedulingPoliciesResponse.BuilderListSchedulingPoliciesResponse.Builder. schedulingPolicies(SchedulingPolicyListingDetail... schedulingPolicies)A list of scheduling policies that match the request.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type SchedulingPolicyListingDetail Modifier and Type Method Description ListSchedulingPoliciesResponse.BuilderListSchedulingPoliciesResponse.Builder. schedulingPolicies(Collection<SchedulingPolicyListingDetail> schedulingPolicies)A list of scheduling policies that match the request. -
Uses of SchedulingPolicyListingDetail in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type SchedulingPolicyListingDetail Modifier and Type Method Description SdkIterable<SchedulingPolicyListingDetail>ListSchedulingPoliciesIterable. schedulingPolicies()Returns an iterable to iterate through the paginatedListSchedulingPoliciesResponse.schedulingPolicies()member.SdkPublisher<SchedulingPolicyListingDetail>ListSchedulingPoliciesPublisher. schedulingPolicies()Returns a publisher that can be used to get a stream of data.
-