Uses of Class
com.oracle.bmc.waas.model.AccessRule.BypassChallenges
-
Packages that use AccessRule.BypassChallenges Package Description com.oracle.bmc.waas.model -
-
Uses of AccessRule.BypassChallenges in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AccessRule.BypassChallenges Modifier and Type Method Description static AccessRule.BypassChallenges
AccessRule.BypassChallenges. create(String key)
static AccessRule.BypassChallenges
AccessRule.BypassChallenges. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessRule.BypassChallenges[]
AccessRule.BypassChallenges. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model that return types with arguments of type AccessRule.BypassChallenges Modifier and Type Method Description List<AccessRule.BypassChallenges>
AccessRule. getBypassChallenges()
The list of challenges to bypass when action is set to BYPASS.Method parameters in com.oracle.bmc.waas.model with type arguments of type AccessRule.BypassChallenges Modifier and Type Method Description AccessRule.Builder
AccessRule.Builder. bypassChallenges(List<AccessRule.BypassChallenges> bypassChallenges)
The list of challenges to bypass when action is set to BYPASS.
-