Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ListTagSyncTasksFilter
-
Packages that use ListTagSyncTasksFilter Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of ListTagSyncTasksFilter in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type ListTagSyncTasksFilter Modifier and Type Method Description List<ListTagSyncTasksFilter>ListTagSyncTasksRequest. filters()The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type ListTagSyncTasksFilter Modifier and Type Method Description ListTagSyncTasksRequest.BuilderListTagSyncTasksRequest.Builder. filters(ListTagSyncTasksFilter... filters)The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type ListTagSyncTasksFilter Modifier and Type Method Description ListTagSyncTasksRequest.BuilderListTagSyncTasksRequest.Builder. filters(Collection<ListTagSyncTasksFilter> filters)The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.
-