Uses of Interface
software.amazon.awssdk.services.wafv2.model.ListRuleGroupsRequest.Builder
-
Packages that use ListRuleGroupsRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of ListRuleGroupsRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type ListRuleGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRuleGroupsResponse>Wafv2AsyncClient. listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.default ListRuleGroupsResponseWafv2Client. listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)Retrieves an array of RuleGroupSummary objects for the rule groups that you manage. -
Uses of ListRuleGroupsRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ListRuleGroupsRequest.Builder Modifier and Type Method Description static ListRuleGroupsRequest.BuilderListRuleGroupsRequest. builder()ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. limit(Integer limit)The maximum number of objects that you want WAF to return for this request.ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. nextMarker(String nextMarker)When you request a list of objects with aLimitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response.ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. scope(String scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. scope(Scope scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.ListRuleGroupsRequest.BuilderListRuleGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ListRuleGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListRuleGroupsRequest.Builder>ListRuleGroupsRequest. serializableBuilderClass()
-