Uses of Class
software.amazon.awssdk.services.storagegateway.model.CacheReportInfo
-
Packages that use CacheReportInfo Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CacheReportInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CacheReportInfo Modifier and Type Method Description CacheReportInfoDescribeCacheReportResponse. cacheReportInfo()Contains all informational fields associated with a cache report.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CacheReportInfo Modifier and Type Method Description List<CacheReportInfo>ListCacheReportsResponse. cacheReportList()A list of existing cache reports for all file shares associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type CacheReportInfo Modifier and Type Method Description DescribeCacheReportResponse.BuilderDescribeCacheReportResponse.Builder. cacheReportInfo(CacheReportInfo cacheReportInfo)Contains all informational fields associated with a cache report.ListCacheReportsResponse.BuilderListCacheReportsResponse.Builder. cacheReportList(CacheReportInfo... cacheReportList)A list of existing cache reports for all file shares associated with your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type CacheReportInfo Modifier and Type Method Description ListCacheReportsResponse.BuilderListCacheReportsResponse.Builder. cacheReportList(Collection<CacheReportInfo> cacheReportList)A list of existing cache reports for all file shares associated with your Amazon Web Services account.
-