Uses of Class
com.oracle.bmc.waas.model.HumanInteractionChallenge.Action
-
Packages that use HumanInteractionChallenge.Action Package Description com.oracle.bmc.waas.model -
-
Uses of HumanInteractionChallenge.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return HumanInteractionChallenge.Action Modifier and Type Method Description static HumanInteractionChallenge.Action
HumanInteractionChallenge.Action. create(String key)
HumanInteractionChallenge.Action
HumanInteractionChallenge. getAction()
The action to take against requests from detected bots.static HumanInteractionChallenge.Action
HumanInteractionChallenge.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static HumanInteractionChallenge.Action[]
HumanInteractionChallenge.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 HumanInteractionChallenge.Action Modifier and Type Method Description HumanInteractionChallenge.Builder
HumanInteractionChallenge.Builder. action(HumanInteractionChallenge.Action action)
The action to take against requests from detected bots.Constructors in com.oracle.bmc.waas.model with parameters of type HumanInteractionChallenge.Action Constructor Description HumanInteractionChallenge(Boolean isEnabled, HumanInteractionChallenge.Action action, Integer failureThreshold, Integer actionExpirationInSeconds, Integer failureThresholdExpirationInSeconds, Integer interactionThreshold, Integer recordingPeriodInSeconds, Header setHttpHeader, BlockChallengeSettings challengeSettings, Boolean isNatEnabled)
Deprecated.
-