Uses of Class
software.amazon.awssdk.services.batch.model.ListSchedulingPoliciesResponse
-
Packages that use ListSchedulingPoliciesResponse Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of ListSchedulingPoliciesResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return ListSchedulingPoliciesResponse Modifier and Type Method Description default ListSchedulingPoliciesResponseBatchClient. listSchedulingPolicies(Consumer<ListSchedulingPoliciesRequest.Builder> listSchedulingPoliciesRequest)Returns a list of Batch scheduling policies.default ListSchedulingPoliciesResponseBatchClient. listSchedulingPolicies(ListSchedulingPoliciesRequest listSchedulingPoliciesRequest)Returns a list of Batch scheduling policies.Methods in software.amazon.awssdk.services.batch that return types with arguments of type ListSchedulingPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListSchedulingPoliciesResponse>BatchAsyncClient. listSchedulingPolicies(Consumer<ListSchedulingPoliciesRequest.Builder> listSchedulingPoliciesRequest)Returns a list of Batch scheduling policies.default CompletableFuture<ListSchedulingPoliciesResponse>BatchAsyncClient. listSchedulingPolicies(ListSchedulingPoliciesRequest listSchedulingPoliciesRequest)Returns a list of Batch scheduling policies. -
Uses of ListSchedulingPoliciesResponse in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListSchedulingPoliciesResponse Modifier and Type Method Description Iterator<ListSchedulingPoliciesResponse>ListSchedulingPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.batch.paginators with type arguments of type ListSchedulingPoliciesResponse Modifier and Type Method Description voidListSchedulingPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSchedulingPoliciesResponse> subscriber)
-