Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListTapesResponse
-
Packages that use ListTapesResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListTapesResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListTapesResponse Modifier and Type Method Description default ListTapesResponseStorageGatewayClient. listTapes()Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).default ListTapesResponseStorageGatewayClient. listTapes(Consumer<ListTapesRequest.Builder> listTapesRequest)Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).default ListTapesResponseStorageGatewayClient. listTapes(ListTapesRequest listTapesRequest)Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListTapesResponse Modifier and Type Method Description default CompletableFuture<ListTapesResponse>StorageGatewayAsyncClient. listTapes()Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).default CompletableFuture<ListTapesResponse>StorageGatewayAsyncClient. listTapes(Consumer<ListTapesRequest.Builder> listTapesRequest)Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).default CompletableFuture<ListTapesResponse>StorageGatewayAsyncClient. listTapes(ListTapesRequest listTapesRequest)Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS). -
Uses of ListTapesResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type ListTapesResponse Modifier and Type Method Description Iterator<ListTapesResponse>ListTapesIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type ListTapesResponse Modifier and Type Method Description voidListTapesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTapesResponse> subscriber)
-