Uses of Interface
software.amazon.awssdk.services.waf.model.WafException.Builder
-
Packages that use WafException.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WafException.Builder in software.amazon.awssdk.services.waf.model
Classes in software.amazon.awssdk.services.waf.model that implement WafException.Builder Modifier and Type Class Description protected static classWafException.BuilderImplMethods in software.amazon.awssdk.services.waf.model that return WafException.Builder Modifier and Type Method Description WafException.BuilderWafException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static WafException.BuilderWafException. builder()WafException.BuilderWafException.Builder. cause(Throwable cause)WafException.BuilderWafException.Builder. message(String message)WafException.BuilderWafException.Builder. requestId(String requestId)WafException.BuilderWafException.Builder. statusCode(int statusCode)WafException.BuilderWafException. toBuilder()WafException.BuilderWafException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type WafException.Builder Modifier and Type Method Description static Class<? extends WafException.Builder>WafException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.waf.model with parameters of type WafException.Builder Constructor Description WafException(WafException.Builder builder)
-