| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2ActionAllowDetails |
AwsWafv2ActionAllowDetails.clone() |
AwsWafv2ActionAllowDetails |
AwsWafv2RulesActionDetails.getAllow()
Instructs WAF to allow the web request.
|
AwsWafv2ActionAllowDetails |
AwsWafv2WebAclActionDetails.getAllow()
Specifies that WAF should allow requests by default.
|
AwsWafv2ActionAllowDetails |
AwsWafv2ActionAllowDetails.withCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2RulesActionDetails.setAllow(AwsWafv2ActionAllowDetails allow)
Instructs WAF to allow the web request.
|
void |
AwsWafv2WebAclActionDetails.setAllow(AwsWafv2ActionAllowDetails allow)
Specifies that WAF should allow requests by default.
|
AwsWafv2RulesActionDetails |
AwsWafv2RulesActionDetails.withAllow(AwsWafv2ActionAllowDetails allow)
Instructs WAF to allow the web request.
|
AwsWafv2WebAclActionDetails |
AwsWafv2WebAclActionDetails.withAllow(AwsWafv2ActionAllowDetails allow)
Specifies that WAF should allow requests by default.
|
Copyright © 2024. All rights reserved.