Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteCacheReportRequest
-
Packages that use DeleteCacheReportRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of DeleteCacheReportRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type DeleteCacheReportRequest Modifier and Type Method Description default CompletableFuture<DeleteCacheReportResponse>StorageGatewayAsyncClient. deleteCacheReport(DeleteCacheReportRequest 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. -
Uses of DeleteCacheReportRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type DeleteCacheReportRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCacheReportRequestMarshaller. marshall(DeleteCacheReportRequest deleteCacheReportRequest)
-