@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum WafRegionalActions extends Enum<WafRegionalActions> implements Action
| Enum Constant and Description |
|---|
AllWafRegionalActions
Represents any action executed on WAF Regional.
|
AssociateWebACL
Action for the AssociateWebACL operation.
|
CreateByteMatchSet
Action for the CreateByteMatchSet operation.
|
CreateIPSet
Action for the CreateIPSet operation.
|
CreateRule
Action for the CreateRule operation.
|
CreateSizeConstraintSet
Action for the CreateSizeConstraintSet operation.
|
CreateSqlInjectionMatchSet
Action for the CreateSqlInjectionMatchSet operation.
|
CreateWebACL
Action for the CreateWebACL operation.
|
CreateXssMatchSet
Action for the CreateXssMatchSet operation.
|
DeleteByteMatchSet
Action for the DeleteByteMatchSet operation.
|
DeleteIPSet
Action for the DeleteIPSet operation.
|
DeleteRule
Action for the DeleteRule operation.
|
DeleteSizeConstraintSet
Action for the DeleteSizeConstraintSet operation.
|
DeleteSqlInjectionMatchSet
Action for the DeleteSqlInjectionMatchSet operation.
|
DeleteWebACL
Action for the DeleteWebACL operation.
|
DeleteXssMatchSet
Action for the DeleteXssMatchSet operation.
|
DisassociateWebACL
Action for the DisassociateWebACL operation.
|
GetByteMatchSet
Action for the GetByteMatchSet operation.
|
GetChangeToken
Action for the GetChangeToken operation.
|
GetChangeTokenStatus
Action for the GetChangeTokenStatus operation.
|
GetIPSet
Action for the GetIPSet operation.
|
GetRule
Action for the GetRule operation.
|
GetSampledRequests
Action for the GetSampledRequests operation.
|
GetSizeConstraintSet
Action for the GetSizeConstraintSet operation.
|
GetSqlInjectionMatchSet
Action for the GetSqlInjectionMatchSet operation.
|
GetWebACL
Action for the GetWebACL operation.
|
GetWebACLForResource
Action for the GetWebACLForResource operation.
|
GetXssMatchSet
Action for the GetXssMatchSet operation.
|
ListByteMatchSets
Action for the ListByteMatchSets operation.
|
ListIPSets
Action for the ListIPSets operation.
|
ListResourcesForWebACL
Action for the ListResourcesForWebACL operation.
|
ListRules
Action for the ListRules operation.
|
ListSizeConstraintSets
Action for the ListSizeConstraintSets operation.
|
ListSqlInjectionMatchSets
Action for the ListSqlInjectionMatchSets operation.
|
ListWebACLs
Action for the ListWebACLs operation.
|
ListXssMatchSets
Action for the ListXssMatchSets operation.
|
UpdateByteMatchSet
Action for the UpdateByteMatchSet operation.
|
UpdateIPSet
Action for the UpdateIPSet operation.
|
UpdateRule
Action for the UpdateRule operation.
|
UpdateSizeConstraintSet
Action for the UpdateSizeConstraintSet operation.
|
UpdateSqlInjectionMatchSet
Action for the UpdateSqlInjectionMatchSet operation.
|
UpdateWebACL
Action for the UpdateWebACL operation.
|
UpdateXssMatchSet
Action for the UpdateXssMatchSet operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
static WafRegionalActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafRegionalActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WafRegionalActions AllWafRegionalActions
public static final WafRegionalActions AssociateWebACL
public static final WafRegionalActions CreateByteMatchSet
public static final WafRegionalActions CreateIPSet
public static final WafRegionalActions CreateRule
public static final WafRegionalActions CreateSizeConstraintSet
public static final WafRegionalActions CreateSqlInjectionMatchSet
public static final WafRegionalActions CreateWebACL
public static final WafRegionalActions CreateXssMatchSet
public static final WafRegionalActions DeleteByteMatchSet
public static final WafRegionalActions DeleteIPSet
public static final WafRegionalActions DeleteRule
public static final WafRegionalActions DeleteSizeConstraintSet
public static final WafRegionalActions DeleteSqlInjectionMatchSet
public static final WafRegionalActions DeleteWebACL
public static final WafRegionalActions DeleteXssMatchSet
public static final WafRegionalActions DisassociateWebACL
public static final WafRegionalActions GetByteMatchSet
public static final WafRegionalActions GetChangeToken
public static final WafRegionalActions GetChangeTokenStatus
public static final WafRegionalActions GetIPSet
public static final WafRegionalActions GetRule
public static final WafRegionalActions GetSampledRequests
public static final WafRegionalActions GetSizeConstraintSet
public static final WafRegionalActions GetSqlInjectionMatchSet
public static final WafRegionalActions GetWebACL
public static final WafRegionalActions GetWebACLForResource
public static final WafRegionalActions GetXssMatchSet
public static final WafRegionalActions ListByteMatchSets
public static final WafRegionalActions ListIPSets
public static final WafRegionalActions ListResourcesForWebACL
public static final WafRegionalActions ListRules
public static final WafRegionalActions ListSizeConstraintSets
public static final WafRegionalActions ListSqlInjectionMatchSets
public static final WafRegionalActions ListWebACLs
public static final WafRegionalActions ListXssMatchSets
public static final WafRegionalActions UpdateByteMatchSet
public static final WafRegionalActions UpdateIPSet
public static final WafRegionalActions UpdateRule
public static final WafRegionalActions UpdateSizeConstraintSet
public static final WafRegionalActions UpdateSqlInjectionMatchSet
public static final WafRegionalActions UpdateWebACL
public static final WafRegionalActions UpdateXssMatchSet
public static WafRegionalActions[] values()
for (WafRegionalActions c : WafRegionalActions.values()) System.out.println(c);
public static WafRegionalActions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getActionName()
getActionName in interface ActionCopyright © 2017. All rights reserved.