Uses of Class
software.amazon.awssdk.services.iotanalytics.model.CreateDatastoreResponse
-
Packages that use CreateDatastoreResponse 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 CreateDatastoreResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return CreateDatastoreResponse Modifier and Type Method Description default CreateDatastoreResponseIoTAnalyticsClient. createDatastore(Consumer<CreateDatastoreRequest.Builder> createDatastoreRequest)Creates a data store, which is a repository for messages.default CreateDatastoreResponseIoTAnalyticsClient. createDatastore(CreateDatastoreRequest createDatastoreRequest)Creates a data store, which is a repository for messages.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type CreateDatastoreResponse Modifier and Type Method Description default CompletableFuture<CreateDatastoreResponse>IoTAnalyticsAsyncClient. createDatastore(Consumer<CreateDatastoreRequest.Builder> createDatastoreRequest)Creates a data store, which is a repository for messages.default CompletableFuture<CreateDatastoreResponse>IoTAnalyticsAsyncClient. createDatastore(CreateDatastoreRequest createDatastoreRequest)Creates a data store, which is a repository for messages.
-