| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
StreamSummary |
StreamSummary.clone() |
StreamSummary |
StreamSummary.withDescription(String description)
A description of the stream.
|
StreamSummary |
StreamSummary.withStreamArn(String streamArn)
The stream ARN.
|
StreamSummary |
StreamSummary.withStreamId(String streamId)
The stream ID.
|
StreamSummary |
StreamSummary.withStreamVersion(Integer streamVersion)
The stream version.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamSummary> |
ListStreamsResult.getStreams()
A list of streams.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
ListStreamsResult.withStreams(StreamSummary... streams)
A list of streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamsResult.setStreams(Collection<StreamSummary> streams)
A list of streams.
|
ListStreamsResult |
ListStreamsResult.withStreams(Collection<StreamSummary> streams)
A list of streams.
|
Copyright © 2018. All rights reserved.