Uses of Class
software.amazon.awssdk.services.ivs.model.ThumbnailConfiguration
-
Packages that use ThumbnailConfiguration Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of ThumbnailConfiguration in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return ThumbnailConfiguration Modifier and Type Method Description ThumbnailConfigurationCreateRecordingConfigurationRequest. thumbnailConfiguration()A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.ThumbnailConfigurationRecordingConfiguration. thumbnailConfiguration()A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.Methods in software.amazon.awssdk.services.ivs.model with parameters of type ThumbnailConfiguration Modifier and Type Method Description CreateRecordingConfigurationRequest.BuilderCreateRecordingConfigurationRequest.Builder. thumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration)A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.RecordingConfiguration.BuilderRecordingConfiguration.Builder. thumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration)A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
-