Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of Tag in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateSystemInstanceRequest. tags()Metadata, consisting of key-value pairs, that can be used to categorize your system instances.List<Tag>ListTagsForResourceResponse. tags()List of tags returned by theListTagsForResourceoperation.List<Tag>TagResourceRequest. tags()A list of tags to add to the resource.>Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type Tag Modifier and Type Method Description CreateSystemInstanceRequest.BuilderCreateSystemInstanceRequest.Builder. tags(Tag... tags)Metadata, consisting of key-value pairs, that can be used to categorize your system instances.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)List of tags returned by theListTagsForResourceoperation.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags to add to the resource.>Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type Tag Modifier and Type Method Description CreateSystemInstanceRequest.BuilderCreateSystemInstanceRequest.Builder. tags(Collection<Tag> tags)Metadata, consisting of key-value pairs, that can be used to categorize your system instances.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)List of tags returned by theListTagsForResourceoperation.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to add to the resource.> -
Uses of Tag in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-