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