| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateDeliveryStreamRequest.tags()
A set of tags to assign to the delivery stream.
|
List<Tag> |
ListTagsForDeliveryStreamResponse.tags()
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
List<Tag> |
TagDeliveryStreamRequest.tags()
A set of key-value pairs to use to create the tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeliveryStreamRequest.Builder |
CreateDeliveryStreamRequest.Builder.tags(Tag... tags)
A set of tags to assign to the delivery stream.
|
ListTagsForDeliveryStreamResponse.Builder |
ListTagsForDeliveryStreamResponse.Builder.tags(Tag... tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
TagDeliveryStreamRequest.Builder |
TagDeliveryStreamRequest.Builder.tags(Tag... tags)
A set of key-value pairs to use to create the tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeliveryStreamRequest.Builder |
CreateDeliveryStreamRequest.Builder.tags(Collection<Tag> tags)
A set of tags to assign to the delivery stream.
|
ListTagsForDeliveryStreamResponse.Builder |
ListTagsForDeliveryStreamResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
TagDeliveryStreamRequest.Builder |
TagDeliveryStreamRequest.Builder.tags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
|
Copyright © 2023. All rights reserved.