Uses of Class
software.amazon.awssdk.services.firehose.model.ListTagsForDeliveryStreamResponse
-
Packages that use ListTagsForDeliveryStreamResponse Package Description software.amazon.awssdk.services.firehose Amazon Kinesis Data Firehose API Reference -
-
Uses of ListTagsForDeliveryStreamResponse in software.amazon.awssdk.services.firehose
Methods in software.amazon.awssdk.services.firehose that return ListTagsForDeliveryStreamResponse Modifier and Type Method Description default ListTagsForDeliveryStreamResponseFirehoseClient. listTagsForDeliveryStream(Consumer<ListTagsForDeliveryStreamRequest.Builder> listTagsForDeliveryStreamRequest)Lists the tags for the specified delivery stream.default ListTagsForDeliveryStreamResponseFirehoseClient. listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)Lists the tags for the specified delivery stream.Methods in software.amazon.awssdk.services.firehose that return types with arguments of type ListTagsForDeliveryStreamResponse Modifier and Type Method Description default CompletableFuture<ListTagsForDeliveryStreamResponse>FirehoseAsyncClient. listTagsForDeliveryStream(Consumer<ListTagsForDeliveryStreamRequest.Builder> listTagsForDeliveryStreamRequest)Lists the tags for the specified delivery stream.default CompletableFuture<ListTagsForDeliveryStreamResponse>FirehoseAsyncClient. listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)Lists the tags for the specified delivery stream.
-