| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics |
IoT Analytics allows you to collect large amounts of device data, process messages, and store them.
|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
AWSIoTAnalyticsClient.listChannels(ListChannelsRequest request)
Retrieves a list of channels.
|
ListChannelsResult |
AWSIoTAnalytics.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels.
|
ListChannelsResult |
AbstractAWSIoTAnalytics.listChannels(ListChannelsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AbstractAWSIoTAnalyticsAsync.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AWSIoTAnalyticsAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AWSIoTAnalyticsAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Retrieves a list of channels.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.clone() |
ListChannelsResult |
ListChannelsResult.withChannelSummaries(ChannelSummary... channelSummaries)
A list of
ChannelSummary objects. |
ListChannelsResult |
ListChannelsResult.withChannelSummaries(Collection<ChannelSummary> channelSummaries)
A list of
ChannelSummary objects. |
ListChannelsResult |
ListChannelsResult.withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
Copyright © 2024. All rights reserved.