Uses of Class
software.amazon.awssdk.services.storagegateway.model.CacheReportFilter
-
Packages that use CacheReportFilter Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CacheReportFilter in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CacheReportFilter Modifier and Type Method Description List<CacheReportFilter>CacheReportInfo. exclusionFilters()The list of filters and parameters that determine which files are excluded from the report.List<CacheReportFilter>StartCacheReportRequest. exclusionFilters()The list of filters and parameters that determine which files are excluded from the report.List<CacheReportFilter>CacheReportInfo. inclusionFilters()The list of filters and parameters that determine which files are included in the report.List<CacheReportFilter>StartCacheReportRequest. inclusionFilters()The list of filters and parameters that determine which files are included in the report.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type CacheReportFilter Modifier and Type Method Description CacheReportInfo.BuilderCacheReportInfo.Builder. exclusionFilters(CacheReportFilter... exclusionFilters)The list of filters and parameters that determine which files are excluded from the report.StartCacheReportRequest.BuilderStartCacheReportRequest.Builder. exclusionFilters(CacheReportFilter... exclusionFilters)The list of filters and parameters that determine which files are excluded from the report.CacheReportInfo.BuilderCacheReportInfo.Builder. inclusionFilters(CacheReportFilter... inclusionFilters)The list of filters and parameters that determine which files are included in the report.StartCacheReportRequest.BuilderStartCacheReportRequest.Builder. inclusionFilters(CacheReportFilter... inclusionFilters)The list of filters and parameters that determine which files are included in the report.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type CacheReportFilter Modifier and Type Method Description CacheReportInfo.BuilderCacheReportInfo.Builder. exclusionFilters(Collection<CacheReportFilter> exclusionFilters)The list of filters and parameters that determine which files are excluded from the report.StartCacheReportRequest.BuilderStartCacheReportRequest.Builder. exclusionFilters(Collection<CacheReportFilter> exclusionFilters)The list of filters and parameters that determine which files are excluded from the report.CacheReportInfo.BuilderCacheReportInfo.Builder. inclusionFilters(Collection<CacheReportFilter> inclusionFilters)The list of filters and parameters that determine which files are included in the report.StartCacheReportRequest.BuilderStartCacheReportRequest.Builder. inclusionFilters(Collection<CacheReportFilter> inclusionFilters)The list of filters and parameters that determine which files are included in the report.
-