Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DescribeDatastoreRequest
-
Packages that use DescribeDatastoreRequest 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 DescribeDatastoreRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type DescribeDatastoreRequest Modifier and Type Method Description default CompletableFuture<DescribeDatastoreResponse>IoTAnalyticsAsyncClient. describeDatastore(DescribeDatastoreRequest describeDatastoreRequest)Retrieves information about a data store.default DescribeDatastoreResponseIoTAnalyticsClient. describeDatastore(DescribeDatastoreRequest describeDatastoreRequest)Retrieves information about a data store. -
Uses of DescribeDatastoreRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type DescribeDatastoreRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDatastoreRequestMarshaller. marshall(DescribeDatastoreRequest describeDatastoreRequest)
-