Uses of Class
software.amazon.awssdk.services.iotanalytics.model.UpdateDatastoreResponse
-
Packages that use UpdateDatastoreResponse 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 UpdateDatastoreResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return UpdateDatastoreResponse Modifier and Type Method Description default UpdateDatastoreResponseIoTAnalyticsClient. updateDatastore(Consumer<UpdateDatastoreRequest.Builder> updateDatastoreRequest)Used to update the settings of a data store.default UpdateDatastoreResponseIoTAnalyticsClient. updateDatastore(UpdateDatastoreRequest updateDatastoreRequest)Used to update the settings of a data store.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type UpdateDatastoreResponse Modifier and Type Method Description default CompletableFuture<UpdateDatastoreResponse>IoTAnalyticsAsyncClient. updateDatastore(Consumer<UpdateDatastoreRequest.Builder> updateDatastoreRequest)Used to update the settings of a data store.default CompletableFuture<UpdateDatastoreResponse>IoTAnalyticsAsyncClient. updateDatastore(UpdateDatastoreRequest updateDatastoreRequest)Used to update the settings of a data store.
-