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