Uses of Class
com.oracle.bmc.waas.model.AccessRule.RedirectResponseCode
-
Packages that use AccessRule.RedirectResponseCode Package Description com.oracle.bmc.waas.model -
-
Uses of AccessRule.RedirectResponseCode in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AccessRule.RedirectResponseCode Modifier and Type Method Description static AccessRule.RedirectResponseCodeAccessRule.RedirectResponseCode. create(String key)AccessRule.RedirectResponseCodeAccessRule. getRedirectResponseCode()The response status code to return when action is set to REDIRECT.static AccessRule.RedirectResponseCodeAccessRule.RedirectResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessRule.RedirectResponseCode[]AccessRule.RedirectResponseCode. 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 AccessRule.RedirectResponseCode Modifier and Type Method Description AccessRule.BuilderAccessRule.Builder. redirectResponseCode(AccessRule.RedirectResponseCode redirectResponseCode)The response status code to return when action is set to REDIRECT.Constructors in com.oracle.bmc.waas.model with parameters of type AccessRule.RedirectResponseCode Constructor Description AccessRule(String name, List<AccessRuleCriteria> criteria, AccessRule.Action action, AccessRule.BlockAction blockAction, Integer blockResponseCode, String blockErrorPageMessage, String blockErrorPageCode, String blockErrorPageDescription, List<AccessRule.BypassChallenges> bypassChallenges, String redirectUrl, AccessRule.RedirectResponseCode redirectResponseCode, String captchaTitle, String captchaHeader, String captchaFooter, String captchaSubmitLabel, List<HeaderManipulationAction> responseHeaderManipulation)Deprecated.
-