Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListTapePoolsResponse
-
Packages that use ListTapePoolsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListTapePoolsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListTapePoolsResponse Modifier and Type Method Description default ListTapePoolsResponseStorageGatewayClient. listTapePools(Consumer<ListTapePoolsRequest.Builder> listTapePoolsRequest)Lists custom tape pools.default ListTapePoolsResponseStorageGatewayClient. listTapePools(ListTapePoolsRequest listTapePoolsRequest)Lists custom tape pools.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListTapePoolsResponse Modifier and Type Method Description default CompletableFuture<ListTapePoolsResponse>StorageGatewayAsyncClient. listTapePools(Consumer<ListTapePoolsRequest.Builder> listTapePoolsRequest)Lists custom tape pools.default CompletableFuture<ListTapePoolsResponse>StorageGatewayAsyncClient. listTapePools(ListTapePoolsRequest listTapePoolsRequest)Lists custom tape pools. -
Uses of ListTapePoolsResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type ListTapePoolsResponse Modifier and Type Method Description Iterator<ListTapePoolsResponse>ListTapePoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type ListTapePoolsResponse Modifier and Type Method Description voidListTapePoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTapePoolsResponse> subscriber)
-