| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
StreamInfo.clone() |
StreamInfo |
DescribeStreamResult.getStreamInfo()
An object that describes the stream.
|
StreamInfo |
StreamInfo.withCreationTime(Date creationTime)
A time stamp that indicates when the stream was created.
|
StreamInfo |
StreamInfo.withDataRetentionInHours(Integer dataRetentionInHours)
How long the stream retains data, in hours.
|
StreamInfo |
StreamInfo.withDeviceName(String deviceName)
The name of the device that is associated with the stream.
|
StreamInfo |
StreamInfo.withKmsKeyId(String kmsKeyId)
The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
|
StreamInfo |
StreamInfo.withMediaType(String mediaType)
The
MediaType of the stream. |
StreamInfo |
StreamInfo.withStatus(Status status)
The status of the stream.
|
StreamInfo |
StreamInfo.withStatus(String status)
The status of the stream.
|
StreamInfo |
StreamInfo.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
StreamInfo |
StreamInfo.withStreamName(String streamName)
The name of the stream.
|
StreamInfo |
StreamInfo.withVersion(String version)
The version of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamInfo> |
ListStreamsResult.getStreamInfoList()
An array of
StreamInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStreamResult.setStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
|
DescribeStreamResult |
DescribeStreamResult.withStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
|
ListStreamsResult |
ListStreamsResult.withStreamInfoList(StreamInfo... streamInfoList)
An array of
StreamInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamsResult.setStreamInfoList(Collection<StreamInfo> streamInfoList)
An array of
StreamInfo objects. |
ListStreamsResult |
ListStreamsResult.withStreamInfoList(Collection<StreamInfo> streamInfoList)
An array of
StreamInfo objects. |
Copyright © 2025. All rights reserved.