| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
StreamInfo.clone() |
StreamInfo |
DescribeStreamResult.getStreamInfo()
Information about the stream.
|
StreamInfo |
StreamInfo.withCreatedAt(Date createdAt)
The date when the stream was created.
|
StreamInfo |
StreamInfo.withDescription(String description)
The description of the stream.
|
StreamInfo |
StreamInfo.withFiles(Collection<StreamFile> files)
The files to stream.
|
StreamInfo |
StreamInfo.withFiles(StreamFile... files)
The files to stream.
|
StreamInfo |
StreamInfo.withLastUpdatedAt(Date lastUpdatedAt)
The date when the stream was last updated.
|
StreamInfo |
StreamInfo.withRoleArn(String roleArn)
An IAM role IoT assumes to access your S3 files.
|
StreamInfo |
StreamInfo.withStreamArn(String streamArn)
The stream ARN.
|
StreamInfo |
StreamInfo.withStreamId(String streamId)
The stream ID.
|
StreamInfo |
StreamInfo.withStreamVersion(Integer streamVersion)
The stream version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStreamResult.setStreamInfo(StreamInfo streamInfo)
Information about the stream.
|
DescribeStreamResult |
DescribeStreamResult.withStreamInfo(StreamInfo streamInfo)
Information about the stream.
|
Copyright © 2025. All rights reserved.