Uses of Class
com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
Packages that use AddTagsToStreamRequest
-
Uses of AddTagsToStreamRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type AddTagsToStreamRequestModifier and TypeMethodDescriptionAbstractAmazonKinesis.addTagsToStream(AddTagsToStreamRequest request) AmazonKinesis.addTagsToStream(AddTagsToStreamRequest addTagsToStreamRequest) Adds or updates tags for the specified Amazon Kinesis stream.AmazonKinesisClient.addTagsToStream(AddTagsToStreamRequest addTagsToStreamRequest) Adds or updates tags for the specified Amazon Kinesis stream.AbstractAmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest request) AbstractAmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest request, AsyncHandler<AddTagsToStreamRequest, AddTagsToStreamResult> asyncHandler) AmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest) Adds or updates tags for the specified Amazon Kinesis stream.AmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest, AsyncHandler<AddTagsToStreamRequest, AddTagsToStreamResult> asyncHandler) Adds or updates tags for the specified Amazon Kinesis stream.AmazonKinesisAsyncClient.addTagsToStreamAsync(AddTagsToStreamRequest request) AmazonKinesisAsyncClient.addTagsToStreamAsync(AddTagsToStreamRequest request, AsyncHandler<AddTagsToStreamRequest, AddTagsToStreamResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type AddTagsToStreamRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest request, AsyncHandler<AddTagsToStreamRequest, AddTagsToStreamResult> asyncHandler) AmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest, AsyncHandler<AddTagsToStreamRequest, AddTagsToStreamResult> asyncHandler) Adds or updates tags for the specified Amazon Kinesis stream.AmazonKinesisAsyncClient.addTagsToStreamAsync(AddTagsToStreamRequest request, AsyncHandler<AddTagsToStreamRequest, AddTagsToStreamResult> asyncHandler) -
Uses of AddTagsToStreamRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return AddTagsToStreamRequestModifier and TypeMethodDescriptionAddTagsToStreamRequest.addTagsEntry(String key, String value) AddTagsToStreamRequest.clearTagsEntries()Removes all the entries added into Tags.AddTagsToStreamRequest.clone()AddTagsToStreamRequest.withStreamName(String streamName) The name of the stream.The set of key-value pairs to use to create the tags.