Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeCacheReportResponse
-
Packages that use DescribeCacheReportResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeCacheReportResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeCacheReportResponse Modifier and Type Method Description default DescribeCacheReportResponseStorageGatewayClient. describeCacheReport(Consumer<DescribeCacheReportRequest.Builder> describeCacheReportRequest)Returns information about the specified cache report, including completion status and generation progress.default DescribeCacheReportResponseStorageGatewayClient. describeCacheReport(DescribeCacheReportRequest describeCacheReportRequest)Returns information about the specified cache report, including completion status and generation progress.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeCacheReportResponse Modifier and Type Method Description default CompletableFuture<DescribeCacheReportResponse>StorageGatewayAsyncClient. describeCacheReport(Consumer<DescribeCacheReportRequest.Builder> describeCacheReportRequest)Returns information about the specified cache report, including completion status and generation progress.default CompletableFuture<DescribeCacheReportResponse>StorageGatewayAsyncClient. describeCacheReport(DescribeCacheReportRequest describeCacheReportRequest)Returns information about the specified cache report, including completion status and generation progress.
-