Uses of Class
software.amazon.awssdk.services.iotanalytics.model.ServiceManagedDatastoreS3Storage
-
Packages that use ServiceManagedDatastoreS3Storage Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ServiceManagedDatastoreS3Storage in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ServiceManagedDatastoreS3Storage Modifier and Type Method Description ServiceManagedDatastoreS3StorageDatastoreStorage. serviceManagedS3()Used to store data in an Amazon S3 bucket managed by IoT Analytics.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type ServiceManagedDatastoreS3Storage Modifier and Type Method Description static DatastoreStorageDatastoreStorage. fromServiceManagedS3(ServiceManagedDatastoreS3Storage serviceManagedS3)Create an instance of this class withDatastoreStorage.serviceManagedS3()initialized to the given value.DatastoreStorage.BuilderDatastoreStorage.Builder. serviceManagedS3(ServiceManagedDatastoreS3Storage serviceManagedS3)Used to store data in an Amazon S3 bucket managed by IoT Analytics.
-