| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestInspection.Builder |
RequestInspection.builder() |
default RequestInspection.Builder |
RequestInspection.Builder.passwordField(Consumer<PasswordField.Builder> passwordField)
The name of the field in the request payload that contains your customer's password.
|
RequestInspection.Builder |
RequestInspection.Builder.passwordField(PasswordField passwordField)
The name of the field in the request payload that contains your customer's password.
|
RequestInspection.Builder |
RequestInspection.Builder.payloadType(PayloadType payloadType)
The payload type for your login endpoint, either JSON or form encoded.
|
RequestInspection.Builder |
RequestInspection.Builder.payloadType(String payloadType)
The payload type for your login endpoint, either JSON or form encoded.
|
RequestInspection.Builder |
RequestInspection.toBuilder() |
default RequestInspection.Builder |
RequestInspection.Builder.usernameField(Consumer<UsernameField.Builder> usernameField)
The name of the field in the request payload that contains your customer's username.
|
RequestInspection.Builder |
RequestInspection.Builder.usernameField(UsernameField usernameField)
The name of the field in the request payload that contains your customer's username.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestInspection.Builder> |
RequestInspection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AWSManagedRulesATPRuleSet.Builder |
AWSManagedRulesATPRuleSet.Builder.requestInspection(Consumer<RequestInspection.Builder> requestInspection)
The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.
|
Copyright © 2023. All rights reserved.