| 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 |
AbstractAWSIot.listStreams(ListStreamsRequest request) |
ListStreamsResult |
AWSIot.listStreams(ListStreamsRequest listStreamsRequest)
Lists all of the streams in your Amazon Web Services account.
|
Future<ListStreamsResult> |
AWSIotAsyncClient.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AbstractAWSIotAsync.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AWSIotAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Lists all of the streams in your Amazon Web Services account.
|
Future<ListStreamsResult> |
AWSIotAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AbstractAWSIotAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamsResult> |
AWSIotAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AbstractAWSIotAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
ListStreamsRequest |
ListStreamsRequest.withAscendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
|
ListStreamsRequest |
ListStreamsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at a time.
|
ListStreamsRequest |
ListStreamsRequest.withNextToken(String nextToken)
A token used to get the next set of results.
|
Copyright © 2022. All rights reserved.