| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamSummary |
StreamSummary.clone() |
StreamSummary |
StreamSummary.withChannelArn(String channelArn)
Channel ARN for the stream.
|
StreamSummary |
StreamSummary.withHealth(StreamHealth health)
The stream’s health.
|
StreamSummary |
StreamSummary.withHealth(String health)
The stream’s health.
|
StreamSummary |
StreamSummary.withStartTime(Date startTime)
ISO-8601 formatted timestamp of the stream’s start.
|
StreamSummary |
StreamSummary.withState(StreamState state)
The stream’s state.
|
StreamSummary |
StreamSummary.withState(String state)
The stream’s state.
|
StreamSummary |
StreamSummary.withViewerCount(Long viewerCount)
Number of current viewers of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamSummary> |
ListStreamsResult.getStreams()
List of streams.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
ListStreamsResult.withStreams(StreamSummary... streams)
List of streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamsResult.setStreams(Collection<StreamSummary> streams)
List of streams.
|
ListStreamsResult |
ListStreamsResult.withStreams(Collection<StreamSummary> streams)
List of streams.
|
Copyright © 2020. All rights reserved.