| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.clone() |
StatelessRulesAndCustomActions |
RulesSource.getStatelessRulesAndCustomActions()
Stateless inspection criteria to be used in a stateless rule group.
|
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withCustomActions(Collection<CustomAction> customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withCustomActions(CustomAction... customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withStatelessRules(Collection<StatelessRule> statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withStatelessRules(StatelessRule... statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RulesSource.setStatelessRulesAndCustomActions(StatelessRulesAndCustomActions statelessRulesAndCustomActions)
Stateless inspection criteria to be used in a stateless rule group.
|
RulesSource |
RulesSource.withStatelessRulesAndCustomActions(StatelessRulesAndCustomActions statelessRulesAndCustomActions)
Stateless inspection criteria to be used in a stateless rule group.
|
Copyright © 2024. All rights reserved.