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