Uses of Class
software.amazon.awssdk.services.batch.model.ListConsumableResourcesResponse
-
Packages that use ListConsumableResourcesResponse Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of ListConsumableResourcesResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return ListConsumableResourcesResponse Modifier and Type Method Description default ListConsumableResourcesResponseBatchClient. listConsumableResources(Consumer<ListConsumableResourcesRequest.Builder> listConsumableResourcesRequest)Returns a list of Batch consumable resources.default ListConsumableResourcesResponseBatchClient. listConsumableResources(ListConsumableResourcesRequest listConsumableResourcesRequest)Returns a list of Batch consumable resources.Methods in software.amazon.awssdk.services.batch that return types with arguments of type ListConsumableResourcesResponse Modifier and Type Method Description default CompletableFuture<ListConsumableResourcesResponse>BatchAsyncClient. listConsumableResources(Consumer<ListConsumableResourcesRequest.Builder> listConsumableResourcesRequest)Returns a list of Batch consumable resources.default CompletableFuture<ListConsumableResourcesResponse>BatchAsyncClient. listConsumableResources(ListConsumableResourcesRequest listConsumableResourcesRequest)Returns a list of Batch consumable resources. -
Uses of ListConsumableResourcesResponse in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListConsumableResourcesResponse Modifier and Type Method Description Iterator<ListConsumableResourcesResponse>ListConsumableResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.batch.paginators with type arguments of type ListConsumableResourcesResponse Modifier and Type Method Description voidListConsumableResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConsumableResourcesResponse> subscriber)
-