Uses of Interface
software.amazon.awssdk.services.waf.model.ListSubscribedRuleGroupsResponse.Builder
-
Packages that use ListSubscribedRuleGroupsResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ListSubscribedRuleGroupsResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ListSubscribedRuleGroupsResponse.Builder Modifier and Type Method Description static ListSubscribedRuleGroupsResponse.BuilderListSubscribedRuleGroupsResponse. builder()ListSubscribedRuleGroupsResponse.BuilderListSubscribedRuleGroupsResponse.Builder. nextMarker(String nextMarker)If you have more objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.ListSubscribedRuleGroupsResponse.BuilderListSubscribedRuleGroupsResponse.Builder. ruleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)An array of RuleGroup objects.ListSubscribedRuleGroupsResponse.BuilderListSubscribedRuleGroupsResponse.Builder. ruleGroups(Consumer<SubscribedRuleGroupSummary.Builder>... ruleGroups)An array of RuleGroup objects.ListSubscribedRuleGroupsResponse.BuilderListSubscribedRuleGroupsResponse.Builder. ruleGroups(SubscribedRuleGroupSummary... ruleGroups)An array of RuleGroup objects.ListSubscribedRuleGroupsResponse.BuilderListSubscribedRuleGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ListSubscribedRuleGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListSubscribedRuleGroupsResponse.Builder>ListSubscribedRuleGroupsResponse. serializableBuilderClass()
-