| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics |
IoT Analytics allows you to collect large amounts of device data, process messages, and store them.
|
| software.amazon.awssdk.services.iotanalytics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
IoTAnalyticsClient.listChannels()
Retrieves a list of channels.
|
default ListChannelsResponse |
IoTAnalyticsClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels.
|
default ListChannelsResponse |
IoTAnalyticsClient.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelsResponse> |
IoTAnalyticsAsyncClient.listChannels()
Retrieves a list of channels.
|
default CompletableFuture<ListChannelsResponse> |
IoTAnalyticsAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels.
|
default CompletableFuture<ListChannelsResponse> |
IoTAnalyticsAsyncClient.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelsResponse> |
ListChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber) |
Copyright © 2023. All rights reserved.