Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListTapesRequest
-
Packages that use ListTapesRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators software.amazon.awssdk.services.storagegateway.transform -
-
Uses of ListTapesRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type ListTapesRequest Modifier and Type Method Description default CompletableFuture<ListTapesResponse>StorageGatewayAsyncClient. listTapes(ListTapesRequest 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).default ListTapesPublisherStorageGatewayAsyncClient. listTapesPaginator(ListTapesRequest listTapesRequest)This is a variant ofStorageGatewayAsyncClient.listTapes(software.amazon.awssdk.services.storagegateway.model.ListTapesRequest)operation.default ListTapesIterableStorageGatewayClient. listTapesPaginator(ListTapesRequest listTapesRequest)This is a variant ofStorageGatewayClient.listTapes(software.amazon.awssdk.services.storagegateway.model.ListTapesRequest)operation. -
Uses of ListTapesRequest in software.amazon.awssdk.services.storagegateway.paginators
Constructors in software.amazon.awssdk.services.storagegateway.paginators with parameters of type ListTapesRequest Constructor Description ListTapesIterable(StorageGatewayClient client, ListTapesRequest firstRequest)ListTapesPublisher(StorageGatewayAsyncClient client, ListTapesRequest firstRequest) -
Uses of ListTapesRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type ListTapesRequest Modifier and Type Method Description SdkHttpFullRequestListTapesRequestMarshaller. marshall(ListTapesRequest listTapesRequest)
-