Uses of Class
software.amazon.awssdk.services.storagegateway.model.StartCacheReportResponse
-
Packages that use StartCacheReportResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of StartCacheReportResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return StartCacheReportResponse Modifier and Type Method Description default StartCacheReportResponseStorageGatewayClient. startCacheReport(Consumer<StartCacheReportRequest.Builder> startCacheReportRequest)Starts generating a report of the file metadata currently cached by an S3 File Gateway for a specific file share.default StartCacheReportResponseStorageGatewayClient. startCacheReport(StartCacheReportRequest startCacheReportRequest)Starts generating a report of the file metadata currently cached by an S3 File Gateway for a specific file share.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type StartCacheReportResponse Modifier and Type Method Description default CompletableFuture<StartCacheReportResponse>StorageGatewayAsyncClient. startCacheReport(Consumer<StartCacheReportRequest.Builder> startCacheReportRequest)Starts generating a report of the file metadata currently cached by an S3 File Gateway for a specific file share.default CompletableFuture<StartCacheReportResponse>StorageGatewayAsyncClient. startCacheReport(StartCacheReportRequest startCacheReportRequest)Starts generating a report of the file metadata currently cached by an S3 File Gateway for a specific file share.
-