| 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 ListDatastoresResponse |
IoTAnalyticsClient.listDatastores()
Retrieves a list of data stores.
|
default ListDatastoresResponse |
IoTAnalyticsClient.listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresResponse |
IoTAnalyticsClient.listDatastores(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDatastoresResponse> |
IoTAnalyticsAsyncClient.listDatastores()
Retrieves a list of data stores.
|
default CompletableFuture<ListDatastoresResponse> |
IoTAnalyticsAsyncClient.listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)
Retrieves a list of data stores.
|
default CompletableFuture<ListDatastoresResponse> |
IoTAnalyticsAsyncClient.listDatastores(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDatastoresResponse> |
ListDatastoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatastoresPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDatastoresResponse> subscriber) |
Copyright © 2023. All rights reserved.