Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DeleteDatastoreRequest
-
Packages that use DeleteDatastoreRequest 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 DeleteDatastoreRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type DeleteDatastoreRequest Modifier and Type Method Description default CompletableFuture<DeleteDatastoreResponse>IoTAnalyticsAsyncClient. deleteDatastore(DeleteDatastoreRequest deleteDatastoreRequest)Deletes the specified data store.default DeleteDatastoreResponseIoTAnalyticsClient. deleteDatastore(DeleteDatastoreRequest deleteDatastoreRequest)Deletes the specified data store. -
Uses of DeleteDatastoreRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type DeleteDatastoreRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDatastoreRequestMarshaller. marshall(DeleteDatastoreRequest deleteDatastoreRequest)
-