Uses of Class
software.amazon.awssdk.services.storagegateway.model.CacheReportFilterName
-
Packages that use CacheReportFilterName Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CacheReportFilterName in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CacheReportFilterName Modifier and Type Method Description static CacheReportFilterNameCacheReportFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CacheReportFilterNameCacheReportFilter. name()The parameter name for a filter that determines which files are included or excluded from a cache report.static CacheReportFilterNameCacheReportFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheReportFilterName[]CacheReportFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CacheReportFilterName Modifier and Type Method Description static Set<CacheReportFilterName>CacheReportFilterName. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type CacheReportFilterName Modifier and Type Method Description CacheReportFilter.BuilderCacheReportFilter.Builder. name(CacheReportFilterName name)The parameter name for a filter that determines which files are included or excluded from a cache report.
-