Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.CompositionThumbnailConfiguration
-
Packages that use CompositionThumbnailConfiguration Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of CompositionThumbnailConfiguration in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type CompositionThumbnailConfiguration Modifier and Type Method Description List<CompositionThumbnailConfiguration>S3DestinationConfiguration. thumbnailConfigurations()A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type CompositionThumbnailConfiguration Modifier and Type Method Description S3DestinationConfiguration.BuilderS3DestinationConfiguration.Builder. thumbnailConfigurations(CompositionThumbnailConfiguration... thumbnailConfigurations)A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type CompositionThumbnailConfiguration Modifier and Type Method Description S3DestinationConfiguration.BuilderS3DestinationConfiguration.Builder. thumbnailConfigurations(Collection<CompositionThumbnailConfiguration> thumbnailConfigurations)A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.
-