Uses of Class
software.amazon.awssdk.services.iotanalytics.model.CustomerManagedChannelS3Storage
-
Packages that use CustomerManagedChannelS3Storage Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of CustomerManagedChannelS3Storage in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return CustomerManagedChannelS3Storage Modifier and Type Method Description CustomerManagedChannelS3StorageChannelStorage. customerManagedS3()Used to store channel data in an S3 bucket that you manage.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type CustomerManagedChannelS3Storage Modifier and Type Method Description ChannelStorage.BuilderChannelStorage.Builder. customerManagedS3(CustomerManagedChannelS3Storage customerManagedS3)Used to store channel data in an S3 bucket that you manage.
-