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