| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model | |
| software.amazon.awssdk.services.kinesis.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<StreamSummary> |
ListStreamsResponse.streamSummaries()
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streamSummaries(StreamSummary... streamSummaries)
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streamSummaries(Collection<StreamSummary> streamSummaries)
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<StreamSummary> |
ListStreamsPublisher.streamSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<StreamSummary> |
ListStreamsIterable.streamSummaries()
Returns an iterable to iterate through the paginated
ListStreamsResponse.streamSummaries() member. |
Copyright © 2023. All rights reserved.