| 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 | |
| software.amazon.awssdk.services.iotanalytics.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDatastoresResponse> |
IoTAnalyticsAsyncClient.listDatastores(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresResponse |
IoTAnalyticsClient.listDatastores(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresPublisher |
IoTAnalyticsAsyncClient.listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresIterable |
IoTAnalyticsClient.listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
| Constructor and Description |
|---|
ListDatastoresIterable(IoTAnalyticsClient client,
ListDatastoresRequest firstRequest) |
ListDatastoresPublisher(IoTAnalyticsAsyncClient client,
ListDatastoresRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDatastoresRequestMarshaller.marshall(ListDatastoresRequest listDatastoresRequest) |
Copyright © 2023. All rights reserved.