| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A unique identifier for the tag.
|
Tag |
Tag.withValue(String value)
An optional string, which you can use to describe or define the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForDeliveryStreamResult.getTags()
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
List<Tag> |
CreateDeliveryStreamRequest.getTags()
A set of tags to assign to the delivery stream.
|
List<Tag> |
TagDeliveryStreamRequest.getTags()
A set of key-value pairs to use to create the tags.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamResult |
ListTagsForDeliveryStreamResult.withTags(Tag... tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
CreateDeliveryStreamRequest |
CreateDeliveryStreamRequest.withTags(Tag... tags)
A set of tags to assign to the delivery stream.
|
TagDeliveryStreamRequest |
TagDeliveryStreamRequest.withTags(Tag... tags)
A set of key-value pairs to use to create the tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForDeliveryStreamResult.setTags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
void |
CreateDeliveryStreamRequest.setTags(Collection<Tag> tags)
A set of tags to assign to the delivery stream.
|
void |
TagDeliveryStreamRequest.setTags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
|
ListTagsForDeliveryStreamResult |
ListTagsForDeliveryStreamResult.withTags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
CreateDeliveryStreamRequest |
CreateDeliveryStreamRequest.withTags(Collection<Tag> tags)
A set of tags to assign to the delivery stream.
|
TagDeliveryStreamRequest |
TagDeliveryStreamRequest.withTags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
|
Copyright © 2025. All rights reserved.