Uses of Class
software.amazon.awssdk.services.firehose.model.ListTagsForDeliveryStreamResponse
-
Packages that use ListTagsForDeliveryStreamResponse Package Description software.amazon.awssdk.services.firehose Amazon Data Firehose -
-
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 Firehose stream.default ListTagsForDeliveryStreamResponseFirehoseClient. listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)Lists the tags for the specified Firehose 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 Firehose stream.default CompletableFuture<ListTagsForDeliveryStreamResponse>FirehoseAsyncClient. listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)Lists the tags for the specified Firehose stream.
-