Uses of Class
software.amazon.awssdk.services.connect.model.TagSet
-
Packages that use TagSet Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of TagSet in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type TagSet Modifier and Type Method Description List<TagSet>SearchResourceTagsResponse. tags()A list of tags used in the Amazon Connect instance.Methods in software.amazon.awssdk.services.connect.model with parameters of type TagSet Modifier and Type Method Description SearchResourceTagsResponse.BuilderSearchResourceTagsResponse.Builder. tags(TagSet... tags)A list of tags used in the Amazon Connect instance.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type TagSet Modifier and Type Method Description SearchResourceTagsResponse.BuilderSearchResourceTagsResponse.Builder. tags(Collection<TagSet> tags)A list of tags used in the Amazon Connect instance. -
Uses of TagSet in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type TagSet Modifier and Type Method Description SdkIterable<TagSet>SearchResourceTagsIterable. tags()Returns an iterable to iterate through the paginatedSearchResourceTagsResponse.tags()member.SdkPublisher<TagSet>SearchResourceTagsPublisher. tags()Returns a publisher that can be used to get a stream of data.
-