Uses of Class
software.amazon.awssdk.services.firehose.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of Tag in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDeliveryStreamRequest. tags()A set of tags to assign to the delivery stream.List<Tag>ListTagsForDeliveryStreamResponse. tags()A list of tags associated withDeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.List<Tag>TagDeliveryStreamRequest. tags()A set of key-value pairs to use to create the tags.Methods in software.amazon.awssdk.services.firehose.model with parameters of type Tag Modifier and Type Method Description CreateDeliveryStreamRequest.BuilderCreateDeliveryStreamRequest.Builder. tags(Tag... tags)A set of tags to assign to the delivery stream.ListTagsForDeliveryStreamResponse.BuilderListTagsForDeliveryStreamResponse.Builder. tags(Tag... tags)A list of tags associated withDeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.TagDeliveryStreamRequest.BuilderTagDeliveryStreamRequest.Builder. tags(Tag... tags)A set of key-value pairs to use to create the tags.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type Tag Modifier and Type Method Description CreateDeliveryStreamRequest.BuilderCreateDeliveryStreamRequest.Builder. tags(Collection<Tag> tags)A set of tags to assign to the delivery stream.ListTagsForDeliveryStreamResponse.BuilderListTagsForDeliveryStreamResponse.Builder. tags(Collection<Tag> tags)A list of tags associated withDeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.TagDeliveryStreamRequest.BuilderTagDeliveryStreamRequest.Builder. tags(Collection<Tag> tags)A set of key-value pairs to use to create the tags.
-