Uses of Class
software.amazon.awssdk.services.storagegateway.model.StartCacheReportRequest
-
Packages that use StartCacheReportRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of StartCacheReportRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type StartCacheReportRequest Modifier and Type Method Description 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.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. -
Uses of StartCacheReportRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type StartCacheReportRequest Modifier and Type Method Description SdkHttpFullRequestStartCacheReportRequestMarshaller. marshall(StartCacheReportRequest startCacheReportRequest)
-