Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of Tag in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>StartChangeSetRequest. changeSetTags()A list of objects specifying each key name and value for theChangeSetTagsproperty.List<Tag>Change. entityTags()The tags associated with the change.List<Tag>ListTagsForResourceResponse. tags()Required.List<Tag>TagResourceRequest. tags()Required.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type Tag Modifier and Type Method Description StartChangeSetRequest.BuilderStartChangeSetRequest.Builder. changeSetTags(Tag... changeSetTags)A list of objects specifying each key name and value for theChangeSetTagsproperty.Change.BuilderChange.Builder. entityTags(Tag... entityTags)The tags associated with the change.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Required.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Required.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type Tag Modifier and Type Method Description StartChangeSetRequest.BuilderStartChangeSetRequest.Builder. changeSetTags(Collection<Tag> changeSetTags)A list of objects specifying each key name and value for theChangeSetTagsproperty.Change.BuilderChange.Builder. entityTags(Collection<Tag> entityTags)The tags associated with the change.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Required.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Required.
-