| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionBodyContains |
ResponseInspectionBodyContains.clone() |
ResponseInspectionBodyContains |
ResponseInspection.getBodyContains()
Configures inspection of the response body for success and failure indicators.
|
ResponseInspectionBodyContains |
ResponseInspectionBodyContains.withFailureStrings(Collection<String> failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt.
|
ResponseInspectionBodyContains |
ResponseInspectionBodyContains.withFailureStrings(String... failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt.
|
ResponseInspectionBodyContains |
ResponseInspectionBodyContains.withSuccessStrings(Collection<String> successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt.
|
ResponseInspectionBodyContains |
ResponseInspectionBodyContains.withSuccessStrings(String... successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseInspection.setBodyContains(ResponseInspectionBodyContains bodyContains)
Configures inspection of the response body for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withBodyContains(ResponseInspectionBodyContains bodyContains)
Configures inspection of the response body for success and failure indicators.
|
Copyright © 2023. All rights reserved.