Uses of Class
software.amazon.awssdk.services.kinesis.model.AddTagsToStreamResponse
Packages that use AddTagsToStreamResponse
Package
Description
-
Uses of AddTagsToStreamResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return AddTagsToStreamResponseModifier and TypeMethodDescriptiondefault AddTagsToStreamResponseKinesisClient.addTagsToStream(Consumer<AddTagsToStreamRequest.Builder> addTagsToStreamRequest) Adds or updates tags for the specified Kinesis data stream.default AddTagsToStreamResponseKinesisClient.addTagsToStream(AddTagsToStreamRequest addTagsToStreamRequest) Adds or updates tags for the specified Kinesis data stream.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type AddTagsToStreamResponseModifier and TypeMethodDescriptiondefault CompletableFuture<AddTagsToStreamResponse>KinesisAsyncClient.addTagsToStream(Consumer<AddTagsToStreamRequest.Builder> addTagsToStreamRequest) Adds or updates tags for the specified Kinesis data stream.default CompletableFuture<AddTagsToStreamResponse>KinesisAsyncClient.addTagsToStream(AddTagsToStreamRequest addTagsToStreamRequest) Adds or updates tags for the specified Kinesis data stream.