Uses of Class
com.amazonaws.services.kinesis.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.kinesis.model -
-
Uses of Tag in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)A unique identifier for the tag.TagTag. withValue(String value)An optional string, typically used to describe or define the tag.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForStreamResult. getTags()A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.Methods in com.amazonaws.services.kinesis.model with parameters of type Tag Modifier and Type Method Description ListTagsForStreamResultListTagsForStreamResult. withTags(Tag... tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type Tag Modifier and Type Method Description voidListTagsForStreamResult. setTags(Collection<Tag> tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForStreamResultListTagsForStreamResult. withTags(Collection<Tag> tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-