| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
Synchronous and asynchronous client classes for accessing AmazonKinesis.
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonKinesis.addTagsToStream(AddTagsToStreamRequest addTagsToStreamRequest)
Adds or updates tags for the specified Amazon Kinesis stream.
|
void |
AmazonKinesisClient.addTagsToStream(AddTagsToStreamRequest addTagsToStreamRequest)
Adds or updates tags for the specified Amazon Kinesis stream.
|
Future<Void> |
AmazonKinesisAsyncClient.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest)
Adds or updates tags for the specified Amazon Kinesis stream.
|
Future<Void> |
AmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest)
Adds or updates tags for the specified Amazon Kinesis stream.
|
Future<Void> |
AmazonKinesisAsyncClient.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest,
AsyncHandler<AddTagsToStreamRequest,Void> asyncHandler)
Adds or updates tags for the specified Amazon Kinesis stream.
|
Future<Void> |
AmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest,
AsyncHandler<AddTagsToStreamRequest,Void> asyncHandler)
Adds or updates tags for the specified Amazon Kinesis stream.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonKinesisAsyncClient.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest,
AsyncHandler<AddTagsToStreamRequest,Void> asyncHandler)
Adds or updates tags for the specified Amazon Kinesis stream.
|
Future<Void> |
AmazonKinesisAsync.addTagsToStreamAsync(AddTagsToStreamRequest addTagsToStreamRequest,
AsyncHandler<AddTagsToStreamRequest,Void> asyncHandler)
Adds or updates tags for the specified Amazon Kinesis stream.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsToStreamRequest |
AddTagsToStreamRequest.addTagsEntry(String key,
String value)
The set of key-value pairs to use to create the tags.
|
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.
|
Copyright © 2015. All rights reserved.