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