Uses of Class
software.amazon.awssdk.services.kinesis.model.Tag
Packages that use Tag
-
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 TagModifier and TypeMethodDescriptionListTagsForResourceResponse.tags()An array of tags associated with the specified Kinesis resource.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 TagModifier and TypeMethodDescriptionAn array of tags associated with the specified Kinesis resource.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 TagModifier and TypeMethodDescriptionListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) An array of tags associated with the specified Kinesis resource.ListTagsForStreamResponse.Builder.tags(Collection<Tag> tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.