Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupFilter
-
Packages that use GroupFilter Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupFilter in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupFilter Modifier and Type Method Description List<GroupFilter>ListGroupsRequest. filters()Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupFilter Modifier and Type Method Description ListGroupsRequest.BuilderListGroupsRequest.Builder. filters(GroupFilter... filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type GroupFilter Modifier and Type Method Description ListGroupsRequest.BuilderListGroupsRequest.Builder. filters(Collection<GroupFilter> filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.
-