Uses of Class
software.amazon.awssdk.services.batch.model.ListQuotaSharesResponse
-
Packages that use ListQuotaSharesResponse Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of ListQuotaSharesResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return ListQuotaSharesResponse Modifier and Type Method Description default ListQuotaSharesResponseBatchClient. listQuotaShares(Consumer<ListQuotaSharesRequest.Builder> listQuotaSharesRequest)Returns a list of Batch quota shares associated with a job queue.default ListQuotaSharesResponseBatchClient. listQuotaShares(ListQuotaSharesRequest listQuotaSharesRequest)Returns a list of Batch quota shares associated with a job queue.Methods in software.amazon.awssdk.services.batch that return types with arguments of type ListQuotaSharesResponse Modifier and Type Method Description default CompletableFuture<ListQuotaSharesResponse>BatchAsyncClient. listQuotaShares(Consumer<ListQuotaSharesRequest.Builder> listQuotaSharesRequest)Returns a list of Batch quota shares associated with a job queue.default CompletableFuture<ListQuotaSharesResponse>BatchAsyncClient. listQuotaShares(ListQuotaSharesRequest listQuotaSharesRequest)Returns a list of Batch quota shares associated with a job queue. -
Uses of ListQuotaSharesResponse in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListQuotaSharesResponse Modifier and Type Method Description Iterator<ListQuotaSharesResponse>ListQuotaSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.batch.paginators with type arguments of type ListQuotaSharesResponse Modifier and Type Method Description voidListQuotaSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQuotaSharesResponse> subscriber)
-