Uses of Interface
software.amazon.awssdk.services.waf.model.GetRuleResponse.Builder
-
Packages that use GetRuleResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GetRuleResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetRuleResponse.Builder Modifier and Type Method Description static GetRuleResponse.BuilderGetRuleResponse. builder()default GetRuleResponse.BuilderGetRuleResponse.Builder. rule(Consumer<Rule.Builder> rule)Information about the Rule that you specified in theGetRulerequest.GetRuleResponse.BuilderGetRuleResponse.Builder. rule(Rule rule)Information about the Rule that you specified in theGetRulerequest.GetRuleResponse.BuilderGetRuleResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetRuleResponse.Builder Modifier and Type Method Description static Class<? extends GetRuleResponse.Builder>GetRuleResponse. serializableBuilderClass()
-