Uses of Class
software.amazon.awssdk.services.storagegateway.model.CancelCacheReportResponse
-
Packages that use CancelCacheReportResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of CancelCacheReportResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return CancelCacheReportResponse Modifier and Type Method Description default CancelCacheReportResponseStorageGatewayClient. cancelCacheReport(Consumer<CancelCacheReportRequest.Builder> cancelCacheReportRequest)Cancels generation of a specified cache report.default CancelCacheReportResponseStorageGatewayClient. cancelCacheReport(CancelCacheReportRequest cancelCacheReportRequest)Cancels generation of a specified cache report.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type CancelCacheReportResponse Modifier and Type Method Description default CompletableFuture<CancelCacheReportResponse>StorageGatewayAsyncClient. cancelCacheReport(Consumer<CancelCacheReportRequest.Builder> cancelCacheReportRequest)Cancels generation of a specified cache report.default CompletableFuture<CancelCacheReportResponse>StorageGatewayAsyncClient. cancelCacheReport(CancelCacheReportRequest cancelCacheReportRequest)Cancels generation of a specified cache report.
-