Uses of Class
software.amazon.awssdk.services.batch.model.DescribeQuotaShareResponse
-
Packages that use DescribeQuotaShareResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of DescribeQuotaShareResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return DescribeQuotaShareResponse Modifier and Type Method Description default DescribeQuotaShareResponseBatchClient. describeQuotaShare(Consumer<DescribeQuotaShareRequest.Builder> describeQuotaShareRequest)Returns a description of the specified quota share.default DescribeQuotaShareResponseBatchClient. describeQuotaShare(DescribeQuotaShareRequest describeQuotaShareRequest)Returns a description of the specified quota share.Methods in software.amazon.awssdk.services.batch that return types with arguments of type DescribeQuotaShareResponse Modifier and Type Method Description default CompletableFuture<DescribeQuotaShareResponse>BatchAsyncClient. describeQuotaShare(Consumer<DescribeQuotaShareRequest.Builder> describeQuotaShareRequest)Returns a description of the specified quota share.default CompletableFuture<DescribeQuotaShareResponse>BatchAsyncClient. describeQuotaShare(DescribeQuotaShareRequest describeQuotaShareRequest)Returns a description of the specified quota share.
-