Uses of Class
software.amazon.awssdk.services.batch.model.DescribeConsumableResourceResponse
-
Packages that use DescribeConsumableResourceResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of DescribeConsumableResourceResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return DescribeConsumableResourceResponse Modifier and Type Method Description default DescribeConsumableResourceResponseBatchClient. describeConsumableResource(Consumer<DescribeConsumableResourceRequest.Builder> describeConsumableResourceRequest)Returns a description of the specified consumable resource.default DescribeConsumableResourceResponseBatchClient. describeConsumableResource(DescribeConsumableResourceRequest describeConsumableResourceRequest)Returns a description of the specified consumable resource.Methods in software.amazon.awssdk.services.batch that return types with arguments of type DescribeConsumableResourceResponse Modifier and Type Method Description default CompletableFuture<DescribeConsumableResourceResponse>BatchAsyncClient. describeConsumableResource(Consumer<DescribeConsumableResourceRequest.Builder> describeConsumableResourceRequest)Returns a description of the specified consumable resource.default CompletableFuture<DescribeConsumableResourceResponse>BatchAsyncClient. describeConsumableResource(DescribeConsumableResourceRequest describeConsumableResourceRequest)Returns a description of the specified consumable resource.
-