Uses of Class
software.amazon.awssdk.services.waf.model.ChangeAction
-
Packages that use ChangeAction Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ChangeAction in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ChangeAction Modifier and Type Method Description ChangeActionByteMatchSetUpdate. action()Specifies whether to insert or delete a ByteMatchTuple.ChangeActionGeoMatchSetUpdate. action()Specifies whether to insert or delete a country with UpdateGeoMatchSet.ChangeActionIPSetUpdate. action()Specifies whether to insert or delete an IP address with UpdateIPSet.ChangeActionRegexMatchSetUpdate. action()Specifies whether to insert or delete a RegexMatchTuple.ChangeActionRegexPatternSetUpdate. action()Specifies whether to insert or delete aRegexPatternString.ChangeActionRuleGroupUpdate. action()SpecifyINSERTto add anActivatedRuleto aRuleGroup.ChangeActionRuleUpdate. action()SpecifyINSERTto add aPredicateto aRule.ChangeActionSizeConstraintSetUpdate. action()ChangeActionSqlInjectionMatchSetUpdate. action()ChangeActionWebACLUpdate. action()Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.ChangeActionXssMatchSetUpdate. action()static ChangeActionChangeAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeActionChangeAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeAction[]ChangeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ChangeAction Modifier and Type Method Description static Set<ChangeAction>ChangeAction. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type ChangeAction Modifier and Type Method Description ByteMatchSetUpdate.BuilderByteMatchSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete a ByteMatchTuple.GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete a country with UpdateGeoMatchSet.IPSetUpdate.BuilderIPSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete an IP address with UpdateIPSet.RegexMatchSetUpdate.BuilderRegexMatchSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete a RegexMatchTuple.RegexPatternSetUpdate.BuilderRegexPatternSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete aRegexPatternString.RuleGroupUpdate.BuilderRuleGroupUpdate.Builder. action(ChangeAction action)SpecifyINSERTto add anActivatedRuleto aRuleGroup.RuleUpdate.BuilderRuleUpdate.Builder. action(ChangeAction action)SpecifyINSERTto add aPredicateto aRule.SizeConstraintSetUpdate.BuilderSizeConstraintSetUpdate.Builder. action(ChangeAction action)SqlInjectionMatchSetUpdate.BuilderSqlInjectionMatchSetUpdate.Builder. action(ChangeAction action)WebACLUpdate.BuilderWebACLUpdate.Builder. action(ChangeAction action)Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.XssMatchSetUpdate.BuilderXssMatchSetUpdate.Builder. action(ChangeAction action)
-