Uses of Class
com.oracle.bmc.waas.model.CachingRuleSummary.Action
-
Packages that use CachingRuleSummary.Action Package Description com.oracle.bmc.waas.model -
-
Uses of CachingRuleSummary.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CachingRuleSummary.Action Modifier and Type Method Description static CachingRuleSummary.Action
CachingRuleSummary.Action. create(String key)
CachingRuleSummary.Action
CachingRuleSummary. getAction()
The action to take when the criteria of a caching rule are met.static CachingRuleSummary.Action
CachingRuleSummary.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CachingRuleSummary.Action[]
CachingRuleSummary.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type CachingRuleSummary.Action Modifier and Type Method Description CachingRuleSummary.Builder
CachingRuleSummary.Builder. action(CachingRuleSummary.Action action)
The action to take when the criteria of a caching rule are met.Constructors in com.oracle.bmc.waas.model with parameters of type CachingRuleSummary.Action Constructor Description CachingRuleSummary(String key, String name, CachingRuleSummary.Action action, String cachingDuration, Boolean isClientCachingEnabled, String clientCachingDuration, List<CachingRuleCriteria> criteria)
Deprecated.
-