| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionStatusCode |
ResponseInspectionStatusCode.clone() |
ResponseInspectionStatusCode |
ResponseInspection.getStatusCode()
Configures inspection of the response status code for success and failure indicators.
|
ResponseInspectionStatusCode |
ResponseInspectionStatusCode.withFailureCodes(Collection<Integer> failureCodes)
Status codes in the response that indicate a failed login or account creation attempt.
|
ResponseInspectionStatusCode |
ResponseInspectionStatusCode.withFailureCodes(Integer... failureCodes)
Status codes in the response that indicate a failed login or account creation attempt.
|
ResponseInspectionStatusCode |
ResponseInspectionStatusCode.withSuccessCodes(Collection<Integer> successCodes)
Status codes in the response that indicate a successful login or account creation attempt.
|
ResponseInspectionStatusCode |
ResponseInspectionStatusCode.withSuccessCodes(Integer... successCodes)
Status codes in the response that indicate a successful login or account creation attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseInspection.setStatusCode(ResponseInspectionStatusCode statusCode)
Configures inspection of the response status code for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withStatusCode(ResponseInspectionStatusCode statusCode)
Configures inspection of the response status code for success and failure indicators.
|
Copyright © 2024. All rights reserved.