| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionHeader |
ResponseInspectionHeader.clone() |
ResponseInspectionHeader |
ResponseInspection.getHeader()
Configures inspection of the response header for success and failure indicators.
|
ResponseInspectionHeader |
ResponseInspectionHeader.withFailureValues(Collection<String> failureValues)
Values in the response header with the specified name that indicate a failed login or account creation attempt.
|
ResponseInspectionHeader |
ResponseInspectionHeader.withFailureValues(String... failureValues)
Values in the response header with the specified name that indicate a failed login or account creation attempt.
|
ResponseInspectionHeader |
ResponseInspectionHeader.withName(String name)
The name of the header to match against.
|
ResponseInspectionHeader |
ResponseInspectionHeader.withSuccessValues(Collection<String> successValues)
Values in the response header with the specified name that indicate a successful login or account creation
attempt.
|
ResponseInspectionHeader |
ResponseInspectionHeader.withSuccessValues(String... successValues)
Values in the response header with the specified name that indicate a successful login or account creation
attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseInspection.setHeader(ResponseInspectionHeader header)
Configures inspection of the response header for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withHeader(ResponseInspectionHeader header)
Configures inspection of the response header for success and failure indicators.
|
Copyright © 2025. All rights reserved.