| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose |
|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamResult |
AmazonKinesisFirehoseClient.listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest request)
Lists the tags for the specified delivery stream.
|
ListTagsForDeliveryStreamResult |
AbstractAmazonKinesisFirehose.listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest request) |
ListTagsForDeliveryStreamResult |
AmazonKinesisFirehose.listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)
Lists the tags for the specified delivery stream.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForDeliveryStreamResult> |
AmazonKinesisFirehoseAsyncClient.listTagsForDeliveryStreamAsync(ListTagsForDeliveryStreamRequest request,
AsyncHandler<ListTagsForDeliveryStreamRequest,ListTagsForDeliveryStreamResult> asyncHandler) |
Future<ListTagsForDeliveryStreamResult> |
AbstractAmazonKinesisFirehoseAsync.listTagsForDeliveryStreamAsync(ListTagsForDeliveryStreamRequest request,
AsyncHandler<ListTagsForDeliveryStreamRequest,ListTagsForDeliveryStreamResult> asyncHandler) |
Future<ListTagsForDeliveryStreamResult> |
AmazonKinesisFirehoseAsync.listTagsForDeliveryStreamAsync(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest,
AsyncHandler<ListTagsForDeliveryStreamRequest,ListTagsForDeliveryStreamResult> asyncHandler)
Lists the tags for the specified delivery stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamResult |
ListTagsForDeliveryStreamResult.clone() |
ListTagsForDeliveryStreamResult |
ListTagsForDeliveryStreamResult.withHasMoreTags(Boolean hasMoreTags)
If this is
true in the response, more tags are available. |
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. |
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. |
Copyright © 2023. All rights reserved.