Uses of Class
software.amazon.awssdk.services.firehose.model.ListTagsForDeliveryStreamRequest
-
Packages that use ListTagsForDeliveryStreamRequest Package Description software.amazon.awssdk.services.firehose Amazon Data Firehose software.amazon.awssdk.services.firehose.transform -
-
Uses of ListTagsForDeliveryStreamRequest in software.amazon.awssdk.services.firehose
Methods in software.amazon.awssdk.services.firehose with parameters of type ListTagsForDeliveryStreamRequest Modifier and Type Method Description default CompletableFuture<ListTagsForDeliveryStreamResponse>FirehoseAsyncClient. listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)Lists the tags for the specified Firehose stream.default ListTagsForDeliveryStreamResponseFirehoseClient. listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)Lists the tags for the specified Firehose stream. -
Uses of ListTagsForDeliveryStreamRequest in software.amazon.awssdk.services.firehose.transform
Methods in software.amazon.awssdk.services.firehose.transform with parameters of type ListTagsForDeliveryStreamRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForDeliveryStreamRequestMarshaller. marshall(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)
-