| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
AWSIotClient.listStreams(ListStreamsRequest request)
Lists all of the streams in your Amazon Web Services account.
|
ListStreamsResult |
AWSIot.listStreams(ListStreamsRequest listStreamsRequest)
Lists all of the streams in your Amazon Web Services account.
|
ListStreamsResult |
AbstractAWSIot.listStreams(ListStreamsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamsResult> |
AWSIotAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AWSIotAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Lists all of the streams in your Amazon Web Services account.
|
Future<ListStreamsResult> |
AbstractAWSIotAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
ListStreamsResult.clone() |
ListStreamsResult |
ListStreamsResult.withNextToken(String nextToken)
A token used to get the next set of results.
|
ListStreamsResult |
ListStreamsResult.withStreams(Collection<StreamSummary> streams)
A list of streams.
|
ListStreamsResult |
ListStreamsResult.withStreams(StreamSummary... streams)
A list of streams.
|
Copyright © 2024. All rights reserved.