Uses of Interface
software.amazon.awssdk.services.wafv2.model.ResponseInspectionStatusCode.Builder
-
Packages that use ResponseInspectionStatusCode.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ResponseInspectionStatusCode.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ResponseInspectionStatusCode.Builder Modifier and Type Method Description static ResponseInspectionStatusCode.BuilderResponseInspectionStatusCode. builder()ResponseInspectionStatusCode.BuilderResponseInspectionStatusCode.Builder. failureCodes(Integer... failureCodes)Status codes in the response that indicate a failed login or account creation attempt.ResponseInspectionStatusCode.BuilderResponseInspectionStatusCode.Builder. failureCodes(Collection<Integer> failureCodes)Status codes in the response that indicate a failed login or account creation attempt.ResponseInspectionStatusCode.BuilderResponseInspectionStatusCode.Builder. successCodes(Integer... successCodes)Status codes in the response that indicate a successful login or account creation attempt.ResponseInspectionStatusCode.BuilderResponseInspectionStatusCode.Builder. successCodes(Collection<Integer> successCodes)Status codes in the response that indicate a successful login or account creation attempt.ResponseInspectionStatusCode.BuilderResponseInspectionStatusCode. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ResponseInspectionStatusCode.Builder Modifier and Type Method Description static Class<? extends ResponseInspectionStatusCode.Builder>ResponseInspectionStatusCode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ResponseInspectionStatusCode.Builder Modifier and Type Method Description default ResponseInspection.BuilderResponseInspection.Builder. statusCode(Consumer<ResponseInspectionStatusCode.Builder> statusCode)Configures inspection of the response status code for success and failure indicators.
-