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