Uses of Class
software.amazon.awssdk.services.kinesis.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of Tag in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForStreamResponse. tags()A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type Tag Modifier and Type Method Description ListTagsForStreamResponse.BuilderListTagsForStreamResponse.Builder. tags(Tag... tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type Tag Modifier and Type Method Description ListTagsForStreamResponse.BuilderListTagsForStreamResponse.Builder. tags(Collection<Tag> tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-