| 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 |
|---|---|
CreateStreamResult |
AWSKinesisVideoClient.createStream(CreateStreamRequest createStreamRequest)
Creates a new Kinesis video stream.
|
CreateStreamResult |
AWSKinesisVideo.createStream(CreateStreamRequest createStreamRequest)
Creates a new Kinesis video stream.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStreamRequest |
CreateStreamRequest.addTagsEntry(String key,
String value)
A list of tags to associate with the specified stream.
|
CreateStreamRequest |
CreateStreamRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStreamRequest |
CreateStreamRequest.withDataRetentionInHours(Integer dataRetentionInHours)
The number of hours that you want to retain the data in the stream.
|
CreateStreamRequest |
CreateStreamRequest.withDeviceName(String deviceName)
The name of the device that is writing to the stream.
|
CreateStreamRequest |
CreateStreamRequest.withKmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key that you want
Kinesis Video Streams to use to encrypt stream data.
|
CreateStreamRequest |
CreateStreamRequest.withMediaType(String mediaType)
The media type of the stream.
|
CreateStreamRequest |
CreateStreamRequest.withStreamName(String streamName)
A name for the stream that you are creating.
|
CreateStreamRequest |
CreateStreamRequest.withTags(Map<String,String> tags)
A list of tags to associate with the specified stream.
|
Copyright © 2019. All rights reserved.