| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseInspectionHeader.Builder |
ResponseInspectionHeader.builder() |
ResponseInspectionHeader.Builder |
ResponseInspectionHeader.Builder.failureValues(Collection<String> failureValues)
Values in the response header with the specified name that indicate a failed login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
ResponseInspectionHeader.Builder.failureValues(String... failureValues)
Values in the response header with the specified name that indicate a failed login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
ResponseInspectionHeader.Builder.name(String name)
The name of the header to match against.
|
ResponseInspectionHeader.Builder |
ResponseInspectionHeader.Builder.successValues(Collection<String> successValues)
Values in the response header with the specified name that indicate a successful login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
ResponseInspectionHeader.Builder.successValues(String... successValues)
Values in the response header with the specified name that indicate a successful login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
ResponseInspectionHeader.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseInspectionHeader.Builder> |
ResponseInspectionHeader.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInspection.Builder |
ResponseInspection.Builder.header(Consumer<ResponseInspectionHeader.Builder> header)
Configures inspection of the response header for success and failure indicators.
|
Copyright © 2023. All rights reserved.