| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.builder() |
AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.Builder.insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.Builder.insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.Builder.insertHeaders(Consumer<AwsWafv2CustomHttpHeader.Builder>... insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsWafv2CustomRequestHandlingDetails.Builder> |
AwsWafv2CustomRequestHandlingDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsWafv2RulesActionCountDetails.Builder |
AwsWafv2RulesActionCountDetails.Builder.customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)
Defines custom handling for the web request.
|
default AwsWafv2ActionAllowDetails.Builder |
AwsWafv2ActionAllowDetails.Builder.customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)
Defines custom handling for the web request.
|
default AwsWafv2RulesActionCaptchaDetails.Builder |
AwsWafv2RulesActionCaptchaDetails.Builder.customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's
token is valid and unexpired.
|
Copyright © 2023. All rights reserved.