Uses of Class
com.oracle.bmc.waas.model.CachingRule.Action
-
Packages that use CachingRule.Action Package Description com.oracle.bmc.waas.model -
-
Uses of CachingRule.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CachingRule.Action Modifier and Type Method Description static CachingRule.Action
CachingRule.Action. create(String key)
CachingRule.Action
CachingRule. getAction()
The action to take when the criteria of a caching rule are met.static CachingRule.Action
CachingRule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CachingRule.Action[]
CachingRule.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 CachingRule.Action Modifier and Type Method Description CachingRule.Builder
CachingRule.Builder. action(CachingRule.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 CachingRule.Action Constructor Description CachingRule(String key, String name, CachingRule.Action action, String cachingDuration, Boolean isClientCachingEnabled, String clientCachingDuration, List<CachingRuleCriteria> criteria)
Deprecated.
-