Uses of Enum
software.amazon.awscdk.services.ivs.alpha.Storage
Packages that use Storage
-
Uses of Storage in software.amazon.awscdk.services.ivs.alpha
Methods in software.amazon.awscdk.services.ivs.alpha that return StorageModifier and TypeMethodDescriptionstatic StorageReturns the enum constant of this type with the specified name.static Storage[]Storage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ivs.alpha that return types with arguments of type StorageModifier and TypeMethodDescriptionThumbnailConfiguration.getStorage()(experimental) The format in which thumbnails are recorded for a stream.Method parameters in software.amazon.awscdk.services.ivs.alpha with type arguments of type StorageModifier and TypeMethodDescriptionstatic ThumbnailConfigurationThumbnailConfiguration.interval(Resolution resolution, List<? extends Storage> storage) (experimental) Enable the generation of thumbnails for recorded video at a time interval.static ThumbnailConfigurationThumbnailConfiguration.interval(Resolution resolution, List<? extends Storage> storage, Duration targetInterval) (experimental) Enable the generation of thumbnails for recorded video at a time interval.