Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteTapeResponse
-
Packages that use DeleteTapeResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DeleteTapeResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DeleteTapeResponse Modifier and Type Method Description default DeleteTapeResponseStorageGatewayClient. deleteTape(Consumer<DeleteTapeRequest.Builder> deleteTapeRequest)Deletes the specified virtual tape.default DeleteTapeResponseStorageGatewayClient. deleteTape(DeleteTapeRequest deleteTapeRequest)Deletes the specified virtual tape.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DeleteTapeResponse Modifier and Type Method Description default CompletableFuture<DeleteTapeResponse>StorageGatewayAsyncClient. deleteTape(Consumer<DeleteTapeRequest.Builder> deleteTapeRequest)Deletes the specified virtual tape.default CompletableFuture<DeleteTapeResponse>StorageGatewayAsyncClient. deleteTape(DeleteTapeRequest deleteTapeRequest)Deletes the specified virtual tape.
-