| 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)
Time 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.withStreamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
StreamSummary |
StreamSummary.withViewerCount(Long viewerCount)
A count of concurrent views 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 © 2022. All rights reserved.