| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseInspectionBodyContains.Builder |
ResponseInspectionBodyContains.builder() |
ResponseInspectionBodyContains.Builder |
ResponseInspectionBodyContains.Builder.failureStrings(Collection<String> failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
ResponseInspectionBodyContains.Builder.failureStrings(String... failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
ResponseInspectionBodyContains.Builder.successStrings(Collection<String> successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
ResponseInspectionBodyContains.Builder.successStrings(String... successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
ResponseInspectionBodyContains.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseInspectionBodyContains.Builder> |
ResponseInspectionBodyContains.serializableBuilderClass() |
| 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.
|
Copyright © 2023. All rights reserved.