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>ListTagsForResourceResponse. tags()An array of tags associated with the specified Kinesis resource.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 ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of tags associated with the specified Kinesis resource.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 ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of tags associated with the specified Kinesis resource.ListTagsForStreamResponse.BuilderListTagsForStreamResponse.Builder. tags(Collection<Tag> tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-