Uses of Class
software.amazon.awssdk.services.storagegateway.model.RetrieveTapeArchiveRequest
-
Packages that use RetrieveTapeArchiveRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of RetrieveTapeArchiveRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type RetrieveTapeArchiveRequest Modifier and Type Method Description default CompletableFuture<RetrieveTapeArchiveResponse>StorageGatewayAsyncClient. retrieveTapeArchive(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a tape gateway.default RetrieveTapeArchiveResponseStorageGatewayClient. retrieveTapeArchive(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a tape gateway. -
Uses of RetrieveTapeArchiveRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type RetrieveTapeArchiveRequest Modifier and Type Method Description SdkHttpFullRequestRetrieveTapeArchiveRequestMarshaller. marshall(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)
-