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 AddTagsToStreamRequest
AddTagsToStreamRequest. addTagsEntry(String key, String value)
AddTagsToStreamRequest
AddTagsToStreamRequest. clearTagsEntries()
Removes all the entries added into Tags.AddTagsToStreamRequest
AddTagsToStreamRequest. clone()
AddTagsToStreamRequest
AddTagsToStreamRequest. withStreamName(String streamName)
The name of the stream.AddTagsToStreamRequest
AddTagsToStreamRequest. withTags(Map<String,String> tags)
The set of key-value pairs to use to create the tags.
-