Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteTapeArchiveResponse
-
Packages that use DeleteTapeArchiveResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DeleteTapeArchiveResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DeleteTapeArchiveResponse Modifier and Type Method Description default DeleteTapeArchiveResponseStorageGatewayClient. deleteTapeArchive(Consumer<DeleteTapeArchiveRequest.Builder> deleteTapeArchiveRequest)Deletes the specified virtual tape from the virtual tape shelf (VTS).default DeleteTapeArchiveResponseStorageGatewayClient. deleteTapeArchive(DeleteTapeArchiveRequest deleteTapeArchiveRequest)Deletes the specified virtual tape from the virtual tape shelf (VTS).Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DeleteTapeArchiveResponse Modifier and Type Method Description default CompletableFuture<DeleteTapeArchiveResponse>StorageGatewayAsyncClient. deleteTapeArchive(Consumer<DeleteTapeArchiveRequest.Builder> deleteTapeArchiveRequest)Deletes the specified virtual tape from the virtual tape shelf (VTS).default CompletableFuture<DeleteTapeArchiveResponse>StorageGatewayAsyncClient. deleteTapeArchive(DeleteTapeArchiveRequest deleteTapeArchiveRequest)Deletes the specified virtual tape from the virtual tape shelf (VTS).
-