| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics |
IoT Analytics allows you to collect large amounts of device data, process messages, and store them.
|
| Modifier and Type | Method and Description |
|---|---|
default GetDatasetContentResponse |
IoTAnalyticsClient.getDatasetContent(Consumer<GetDatasetContentRequest.Builder> getDatasetContentRequest)
Retrieves the contents of a dataset as presigned URIs.
|
default GetDatasetContentResponse |
IoTAnalyticsClient.getDatasetContent(GetDatasetContentRequest getDatasetContentRequest)
Retrieves the contents of a dataset as presigned URIs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDatasetContentResponse> |
IoTAnalyticsAsyncClient.getDatasetContent(Consumer<GetDatasetContentRequest.Builder> getDatasetContentRequest)
Retrieves the contents of a dataset as presigned URIs.
|
default CompletableFuture<GetDatasetContentResponse> |
IoTAnalyticsAsyncClient.getDatasetContent(GetDatasetContentRequest getDatasetContentRequest)
Retrieves the contents of a dataset as presigned URIs.
|
Copyright © 2023. All rights reserved.