| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
Classes modeling the various types represented by AWSKinesisVideo
|
| Modifier and Type | Method and Description |
|---|---|
TagStreamResult |
AWSKinesisVideoClient.tagStream(TagStreamRequest tagStreamRequest)
Adds one or more tags to a stream.
|
TagStreamResult |
AWSKinesisVideo.tagStream(TagStreamRequest tagStreamRequest)
Adds one or more tags to a stream.
|
| Modifier and Type | Method and Description |
|---|---|
TagStreamRequest |
TagStreamRequest.addTagsEntry(String key,
String value)
A list of tags to associate with the specified stream.
|
TagStreamRequest |
TagStreamRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
TagStreamRequest |
TagStreamRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the resource that you want to add the
tag or tags to.
|
TagStreamRequest |
TagStreamRequest.withStreamName(String streamName)
The name of the stream that you want to add the tag or tags to.
|
TagStreamRequest |
TagStreamRequest.withTags(Map<String,String> tags)
A list of tags to associate with the specified stream.
|
Copyright © 2019. All rights reserved.