Uses of Class
software.amazon.awssdk.services.iotanalytics.model.ServiceManagedChannelS3Storage
-
Packages that use ServiceManagedChannelS3Storage Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ServiceManagedChannelS3Storage in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ServiceManagedChannelS3Storage Modifier and Type Method Description ServiceManagedChannelS3StorageChannelStorage. serviceManagedS3()Used to store channel data in an S3 bucket managed by IoT Analytics.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type ServiceManagedChannelS3Storage Modifier and Type Method Description ChannelStorage.BuilderChannelStorage.Builder. serviceManagedS3(ServiceManagedChannelS3Storage serviceManagedS3)Used to store channel data in an S3 bucket managed by IoT Analytics.
-