| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
StreamSummary |
StreamSummary.clone() |
StreamSummary |
StreamSummary.withStreamARN(String streamARN)
The ARN of the stream.
|
StreamSummary |
StreamSummary.withStreamCreationTimestamp(Date streamCreationTimestamp)
The timestamp at which the stream was created.
|
StreamSummary |
StreamSummary.withStreamModeDetails(StreamModeDetails streamModeDetails) |
StreamSummary |
StreamSummary.withStreamName(String streamName)
The name of a stream.
|
StreamSummary |
StreamSummary.withStreamStatus(StreamStatus streamStatus)
The status of the stream.
|
StreamSummary |
StreamSummary.withStreamStatus(String streamStatus)
The status of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamSummary> |
ListStreamsResult.getStreamSummaries()
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
ListStreamsResult.withStreamSummaries(StreamSummary... streamSummaries)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamsResult.setStreamSummaries(Collection<StreamSummary> streamSummaries)
|
ListStreamsResult |
ListStreamsResult.withStreamSummaries(Collection<StreamSummary> streamSummaries)
|
Copyright © 2024. All rights reserved.