Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteCacheReportResponse
-
Packages that use DeleteCacheReportResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DeleteCacheReportResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DeleteCacheReportResponse Modifier and Type Method Description default DeleteCacheReportResponseStorageGatewayClient. deleteCacheReport(Consumer<DeleteCacheReportRequest.Builder> deleteCacheReportRequest)Deletes the specified cache report and any associated tags from the Storage Gateway database.default DeleteCacheReportResponseStorageGatewayClient. deleteCacheReport(DeleteCacheReportRequest deleteCacheReportRequest)Deletes the specified cache report and any associated tags from the Storage Gateway database.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DeleteCacheReportResponse Modifier and Type Method Description default CompletableFuture<DeleteCacheReportResponse>StorageGatewayAsyncClient. deleteCacheReport(Consumer<DeleteCacheReportRequest.Builder> deleteCacheReportRequest)Deletes the specified cache report and any associated tags from the Storage Gateway database.default CompletableFuture<DeleteCacheReportResponse>StorageGatewayAsyncClient. deleteCacheReport(DeleteCacheReportRequest deleteCacheReportRequest)Deletes the specified cache report and any associated tags from the Storage Gateway database.
-