| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestInspection |
RequestInspection.clone() |
RequestInspection |
AWSManagedRulesATPRuleSet.getRequestInspection()
The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.
|
RequestInspection |
RequestInspection.withPasswordField(PasswordField passwordField)
The name of the field in the request payload that contains your customer's password.
|
RequestInspection |
RequestInspection.withPayloadType(PayloadType payloadType)
The payload type for your login endpoint, either JSON or form encoded.
|
RequestInspection |
RequestInspection.withPayloadType(String payloadType)
The payload type for your login endpoint, either JSON or form encoded.
|
RequestInspection |
RequestInspection.withUsernameField(UsernameField usernameField)
The name of the field in the request payload that contains your customer's username.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSManagedRulesATPRuleSet.setRequestInspection(RequestInspection requestInspection)
The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.
|
AWSManagedRulesATPRuleSet |
AWSManagedRulesATPRuleSet.withRequestInspection(RequestInspection requestInspection)
The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.
|
Copyright © 2025. All rights reserved.