Uses of Class
software.amazon.awssdk.services.iotanalytics.model.GetDatasetContentResponse
-
Packages that use GetDatasetContentResponse Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them. -
-
Uses of GetDatasetContentResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return GetDatasetContentResponse Modifier and Type Method Description default GetDatasetContentResponseIoTAnalyticsClient. getDatasetContent(Consumer<GetDatasetContentRequest.Builder> getDatasetContentRequest)Retrieves the contents of a dataset as presigned URIs.default GetDatasetContentResponseIoTAnalyticsClient. getDatasetContent(GetDatasetContentRequest getDatasetContentRequest)Retrieves the contents of a dataset as presigned URIs.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type GetDatasetContentResponse Modifier and Type Method 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.
-