Uses of Class
software.amazon.awssdk.services.devopsguru.model.TagCollectionFilter
-
Packages that use TagCollectionFilter Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of TagCollectionFilter in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type TagCollectionFilter Modifier and Type Method Description List<TagCollectionFilter>ResourceCollectionFilter. tags()The Amazon Web Services tags used to filter the resources in the resource collection.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type TagCollectionFilter Modifier and Type Method Description ResourceCollectionFilter.BuilderResourceCollectionFilter.Builder. tags(TagCollectionFilter... tags)The Amazon Web Services tags used to filter the resources in the resource collection.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type TagCollectionFilter Modifier and Type Method Description ResourceCollectionFilter.BuilderResourceCollectionFilter.Builder. tags(Collection<TagCollectionFilter> tags)The Amazon Web Services tags used to filter the resources in the resource collection. -
Uses of TagCollectionFilter in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type TagCollectionFilter Modifier and Type Method Description SdkIterable<TagCollectionFilter>GetResourceCollectionIterable. tags()Returns an iterable to iterate through the paginatedGetResourceCollectionResponse#tags()member.SdkPublisher<TagCollectionFilter>GetResourceCollectionPublisher. tags()Returns a publisher that can be used to get a stream of data.
-