Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DatastoreStorage
-
Packages that use DatastoreStorage Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DatastoreStorage in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DatastoreStorage Modifier and Type Method Description DatastoreStorageCreateDatastoreRequest. datastoreStorage()Where data in a data store is stored..DatastoreStorageUpdateDatastoreRequest. datastoreStorage()Where data in a data store is stored..static DatastoreStorageDatastoreStorage. fromCustomerManagedS3(Consumer<CustomerManagedDatastoreS3Storage.Builder> customerManagedS3)Create an instance of this class withcustomerManagedS3()initialized to the given value.static DatastoreStorageDatastoreStorage. fromCustomerManagedS3(CustomerManagedDatastoreS3Storage customerManagedS3)Create an instance of this class withcustomerManagedS3()initialized to the given value.static DatastoreStorageDatastoreStorage. fromIotSiteWiseMultiLayerStorage(Consumer<DatastoreIotSiteWiseMultiLayerStorage.Builder> iotSiteWiseMultiLayerStorage)Create an instance of this class withiotSiteWiseMultiLayerStorage()initialized to the given value.static DatastoreStorageDatastoreStorage. fromIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage iotSiteWiseMultiLayerStorage)Create an instance of this class withiotSiteWiseMultiLayerStorage()initialized to the given value.static DatastoreStorageDatastoreStorage. fromServiceManagedS3(Consumer<ServiceManagedDatastoreS3Storage.Builder> serviceManagedS3)Create an instance of this class withserviceManagedS3()initialized to the given value.static DatastoreStorageDatastoreStorage. fromServiceManagedS3(ServiceManagedDatastoreS3Storage serviceManagedS3)Create an instance of this class withserviceManagedS3()initialized to the given value.DatastoreStorageDatastore. storage()Where data in a data store is stored..Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type DatastoreStorage Modifier and Type Method Description CreateDatastoreRequest.BuilderCreateDatastoreRequest.Builder. datastoreStorage(DatastoreStorage datastoreStorage)Where data in a data store is stored..UpdateDatastoreRequest.BuilderUpdateDatastoreRequest.Builder. datastoreStorage(DatastoreStorage datastoreStorage)Where data in a data store is stored..Datastore.BuilderDatastore.Builder. storage(DatastoreStorage storage)Where data in a data store is stored..
-