Uses of Class
software.amazon.awssdk.services.kinesis.model.AddTagsToStreamResponse
-
Packages that use AddTagsToStreamResponse Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference -
-
Uses of AddTagsToStreamResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return AddTagsToStreamResponse Modifier and Type Method Description default 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 AddTagsToStreamResponse Modifier and Type Method Description default 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.
-