| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreStorage |
UpdateDatastoreRequest.datastoreStorage()
Where data in a data store is stored..
|
DatastoreStorage |
CreateDatastoreRequest.datastoreStorage()
Where data in a data store is stored..
|
static DatastoreStorage |
DatastoreStorage.fromCustomerManagedS3(Consumer<CustomerManagedDatastoreS3Storage.Builder> customerManagedS3)
Create an instance of this class with
customerManagedS3() initialized to the given value. |
static DatastoreStorage |
DatastoreStorage.fromCustomerManagedS3(CustomerManagedDatastoreS3Storage customerManagedS3)
Create an instance of this class with
customerManagedS3() initialized to the given value. |
static DatastoreStorage |
DatastoreStorage.fromIotSiteWiseMultiLayerStorage(Consumer<DatastoreIotSiteWiseMultiLayerStorage.Builder> iotSiteWiseMultiLayerStorage)
Create an instance of this class with
iotSiteWiseMultiLayerStorage() initialized to the given value. |
static DatastoreStorage |
DatastoreStorage.fromIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage iotSiteWiseMultiLayerStorage)
Create an instance of this class with
iotSiteWiseMultiLayerStorage() initialized to the given value. |
static DatastoreStorage |
DatastoreStorage.fromServiceManagedS3(Consumer<ServiceManagedDatastoreS3Storage.Builder> serviceManagedS3)
Create an instance of this class with
serviceManagedS3() initialized to the given value. |
static DatastoreStorage |
DatastoreStorage.fromServiceManagedS3(ServiceManagedDatastoreS3Storage serviceManagedS3)
Create an instance of this class with
serviceManagedS3() initialized to the given value. |
DatastoreStorage |
Datastore.storage()
Where data in a data store is stored..
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDatastoreRequest.Builder |
UpdateDatastoreRequest.Builder.datastoreStorage(DatastoreStorage datastoreStorage)
Where data in a data store is stored..
|
CreateDatastoreRequest.Builder |
CreateDatastoreRequest.Builder.datastoreStorage(DatastoreStorage datastoreStorage)
Where data in a data store is stored..
|
Datastore.Builder |
Datastore.Builder.storage(DatastoreStorage storage)
Where data in a data store is stored..
|
Copyright © 2023. All rights reserved.