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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
A unique identifier for the tag.Tag
Tag. 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 afterExclusiveStartTagKey
and up to the specifiedLimit
.Methods in com.amazonaws.services.kinesis.model with parameters of type Tag Modifier and Type Method Description ListTagsForStreamResult
ListTagsForStreamResult. withTags(Tag... tags)
A 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 Tag Modifier and Type Method Description void
ListTagsForStreamResult. setTags(Collection<Tag> tags)
A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.ListTagsForStreamResult
ListTagsForStreamResult. withTags(Collection<Tag> tags)
A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
-