Uses of Class
software.amazon.awssdk.services.firehose.model.TagDeliveryStreamResponse
-
Packages that use TagDeliveryStreamResponse Package Description software.amazon.awssdk.services.firehose Amazon Data Firehose -
-
Uses of TagDeliveryStreamResponse in software.amazon.awssdk.services.firehose
Methods in software.amazon.awssdk.services.firehose that return TagDeliveryStreamResponse Modifier and Type Method Description default TagDeliveryStreamResponseFirehoseClient. tagDeliveryStream(Consumer<TagDeliveryStreamRequest.Builder> tagDeliveryStreamRequest)Adds or updates tags for the specified Firehose stream.default TagDeliveryStreamResponseFirehoseClient. tagDeliveryStream(TagDeliveryStreamRequest tagDeliveryStreamRequest)Adds or updates tags for the specified Firehose stream.Methods in software.amazon.awssdk.services.firehose that return types with arguments of type TagDeliveryStreamResponse Modifier and Type Method Description default CompletableFuture<TagDeliveryStreamResponse>FirehoseAsyncClient. tagDeliveryStream(Consumer<TagDeliveryStreamRequest.Builder> tagDeliveryStreamRequest)Adds or updates tags for the specified Firehose stream.default CompletableFuture<TagDeliveryStreamResponse>FirehoseAsyncClient. tagDeliveryStream(TagDeliveryStreamRequest tagDeliveryStreamRequest)Adds or updates tags for the specified Firehose stream.
-