Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TagFilter
Packages that use TagFilter
-
Uses of TagFilter in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type TagFilterModifier and TypeMethodDescriptionListLogGroupsRequest.logGroupTags()An array of tag filters to return only log groups that have specific tags.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type TagFilterModifier and TypeMethodDescriptionListLogGroupsRequest.Builder.logGroupTags(TagFilter... logGroupTags) An array of tag filters to return only log groups that have specific tags.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type TagFilterModifier and TypeMethodDescriptionListLogGroupsRequest.Builder.logGroupTags(Collection<TagFilter> logGroupTags) An array of tag filters to return only log groups that have specific tags.