Uses of Class
com.amazonaws.services.kinesis.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return TagModifier and TypeMethodDescriptionTag.clone()
A unique identifier for the tag.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 TagModifier and TypeMethodDescriptionListTagsForStreamResult.getTags()
A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.Methods in com.amazonaws.services.kinesis.model with parameters of type TagModifier and TypeMethodDescriptionA list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
ListTagsForStreamResult.setTags
(Collection<Tag> tags) A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.ListTagsForStreamResult.withTags
(Collection<Tag> tags) A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.