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