Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.ServiceManagedChannelS3StorageSummary.Builder
-
Packages that use ServiceManagedChannelS3StorageSummary.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ServiceManagedChannelS3StorageSummary.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ServiceManagedChannelS3StorageSummary.Builder Modifier and Type Method Description static ServiceManagedChannelS3StorageSummary.BuilderServiceManagedChannelS3StorageSummary. builder()ServiceManagedChannelS3StorageSummary.BuilderServiceManagedChannelS3StorageSummary. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type ServiceManagedChannelS3StorageSummary.Builder Modifier and Type Method Description static Class<? extends ServiceManagedChannelS3StorageSummary.Builder>ServiceManagedChannelS3StorageSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type ServiceManagedChannelS3StorageSummary.Builder Modifier and Type Method Description default ChannelStorageSummary.BuilderChannelStorageSummary.Builder. serviceManagedS3(Consumer<ServiceManagedChannelS3StorageSummary.Builder> serviceManagedS3)Used to store channel data in an S3 bucket managed by IoT Analytics.
-