| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2CustomRequestHandlingDetails.clone() |
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2RulesActionCountDetails.getCustomRequestHandling()
Defines custom handling for the web request.
|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2RulesActionCaptchaDetails.getCustomRequestHandling()
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token
is valid and unexpired.
|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2ActionAllowDetails.getCustomRequestHandling()
Defines custom handling for the web request.
|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2CustomRequestHandlingDetails.withInsertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2CustomRequestHandlingDetails.withInsertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2RulesActionCountDetails.setCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
void |
AwsWafv2RulesActionCaptchaDetails.setCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token
is valid and unexpired.
|
void |
AwsWafv2ActionAllowDetails.setCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
AwsWafv2RulesActionCountDetails |
AwsWafv2RulesActionCountDetails.withCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
AwsWafv2RulesActionCaptchaDetails |
AwsWafv2RulesActionCaptchaDetails.withCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token
is valid and unexpired.
|
AwsWafv2ActionAllowDetails |
AwsWafv2ActionAllowDetails.withCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
Copyright © 2024. All rights reserved.