Uses of Interface
software.amazon.awssdk.services.securityhub.model.WafExcludedRule.Builder
-
Packages that use WafExcludedRule.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of WafExcludedRule.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return WafExcludedRule.Builder Modifier and Type Method Description static WafExcludedRule.BuilderWafExcludedRule. builder()WafExcludedRule.BuilderWafExcludedRule.Builder. ruleId(String ruleId)The unique identifier for the rule to exclude from the rule group.WafExcludedRule.BuilderWafExcludedRule. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type WafExcludedRule.Builder Modifier and Type Method Description static Class<? extends WafExcludedRule.Builder>WafExcludedRule. serializableBuilderClass()
-