| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInspection.Builder |
ResponseInspection.Builder.bodyContains(Consumer<ResponseInspectionBodyContains.Builder> bodyContains)
Configures inspection of the response body for success and failure indicators.
|
ResponseInspection.Builder |
ResponseInspection.Builder.bodyContains(ResponseInspectionBodyContains bodyContains)
Configures inspection of the response body for success and failure indicators.
|
static ResponseInspection.Builder |
ResponseInspection.builder() |
default ResponseInspection.Builder |
ResponseInspection.Builder.header(Consumer<ResponseInspectionHeader.Builder> header)
Configures inspection of the response header for success and failure indicators.
|
ResponseInspection.Builder |
ResponseInspection.Builder.header(ResponseInspectionHeader header)
Configures inspection of the response header for success and failure indicators.
|
default ResponseInspection.Builder |
ResponseInspection.Builder.json(Consumer<ResponseInspectionJson.Builder> json)
Configures inspection of the response JSON for success and failure indicators.
|
ResponseInspection.Builder |
ResponseInspection.Builder.json(ResponseInspectionJson json)
Configures inspection of the response JSON for success and failure indicators.
|
default ResponseInspection.Builder |
ResponseInspection.Builder.statusCode(Consumer<ResponseInspectionStatusCode.Builder> statusCode)
Configures inspection of the response status code for success and failure indicators.
|
ResponseInspection.Builder |
ResponseInspection.Builder.statusCode(ResponseInspectionStatusCode statusCode)
Configures inspection of the response status code for success and failure indicators.
|
ResponseInspection.Builder |
ResponseInspection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseInspection.Builder> |
ResponseInspection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.responseInspection(Consumer<ResponseInspection.Builder> responseInspection)
The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track
account creation success rates.
|
default AWSManagedRulesATPRuleSet.Builder |
AWSManagedRulesATPRuleSet.Builder.responseInspection(Consumer<ResponseInspection.Builder> responseInspection)
The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure
rates.
|
Copyright © 2023. All rights reserved.