Uses of Class
com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
-
Packages that use AddTagsToStreamRequest Package Description com.amazonaws.services.kinesis com.amazonaws.services.kinesis.model -
-
Uses of AddTagsToStreamRequest in com.amazonaws.services.kinesis
Method parameters in com.amazonaws.services.kinesis with type arguments of type AddTagsToStreamRequest Modifier and Type Method Description Future<AddTagsToStreamResult>AbstractAmazonKinesisAsync. addTagsToStreamAsync(AddTagsToStreamRequest request, AsyncHandler<AddTagsToStreamRequest,AddTagsToStreamResult> asyncHandler)Future<AddTagsToStreamResult>AmazonKinesisAsync. addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest, AsyncHandler<AddTagsToStreamRequest,AddTagsToStreamResult> asyncHandler)Adds or updates tags for the specified Amazon Kinesis stream.Future<AddTagsToStreamResult>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 AddTagsToStreamRequest Modifier and Type Method Description AddTagsToStreamRequestAddTagsToStreamRequest. addTagsEntry(String key, String value)AddTagsToStreamRequestAddTagsToStreamRequest. clearTagsEntries()Removes all the entries added into Tags.AddTagsToStreamRequestAddTagsToStreamRequest. clone()AddTagsToStreamRequestAddTagsToStreamRequest. withStreamName(String streamName)The name of the stream.AddTagsToStreamRequestAddTagsToStreamRequest. withTags(Map<String,String> tags)The set of key-value pairs to use to create the tags.
-