Uses of Interface
software.amazon.awssdk.services.wafv2.model.ResponseInspectionHeader.Builder
-
Packages that use ResponseInspectionHeader.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ResponseInspectionHeader.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ResponseInspectionHeader.Builder Modifier and Type Method Description static ResponseInspectionHeader.BuilderResponseInspectionHeader. builder()ResponseInspectionHeader.BuilderResponseInspectionHeader.Builder. failureValues(String... failureValues)Values in the response header with the specified name that indicate a failed login or account creation attempt.ResponseInspectionHeader.BuilderResponseInspectionHeader.Builder. failureValues(Collection<String> failureValues)Values in the response header with the specified name that indicate a failed login or account creation attempt.ResponseInspectionHeader.BuilderResponseInspectionHeader.Builder. name(String name)The name of the header to match against.ResponseInspectionHeader.BuilderResponseInspectionHeader.Builder. successValues(String... successValues)Values in the response header with the specified name that indicate a successful login or account creation attempt.ResponseInspectionHeader.BuilderResponseInspectionHeader.Builder. successValues(Collection<String> successValues)Values in the response header with the specified name that indicate a successful login or account creation attempt.ResponseInspectionHeader.BuilderResponseInspectionHeader. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ResponseInspectionHeader.Builder Modifier and Type Method Description static Class<? extends ResponseInspectionHeader.Builder>ResponseInspectionHeader. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ResponseInspectionHeader.Builder Modifier and Type Method Description default ResponseInspection.BuilderResponseInspection.Builder. header(Consumer<ResponseInspectionHeader.Builder> header)Configures inspection of the response header for success and failure indicators.
-