| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics |
IoT Analytics allows you to collect large amounts of device data, process messages, and store them.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteDatastoreResponse |
IoTAnalyticsClient.deleteDatastore(Consumer<DeleteDatastoreRequest.Builder> deleteDatastoreRequest)
Deletes the specified data store.
|
default DeleteDatastoreResponse |
IoTAnalyticsClient.deleteDatastore(DeleteDatastoreRequest deleteDatastoreRequest)
Deletes the specified data store.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.