Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ThumbnailStorageType
-
Packages that use ThumbnailStorageType Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ThumbnailStorageType in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ThumbnailStorageType Modifier and Type Method Description static ThumbnailStorageTypeThumbnailStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ThumbnailStorageTypeThumbnailStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThumbnailStorageType[]ThumbnailStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ThumbnailStorageType Modifier and Type Method Description static Set<ThumbnailStorageType>ThumbnailStorageType. knownValues()List<ThumbnailStorageType>CompositionThumbnailConfiguration. storage()Indicates the format in which thumbnails are recorded.List<ThumbnailStorageType>ParticipantThumbnailConfiguration. storage()Indicates the format in which thumbnails are recorded.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ThumbnailStorageType Modifier and Type Method Description CompositionThumbnailConfiguration.BuilderCompositionThumbnailConfiguration.Builder. storage(ThumbnailStorageType... storage)Indicates the format in which thumbnails are recorded.ParticipantThumbnailConfiguration.BuilderParticipantThumbnailConfiguration.Builder. storage(ThumbnailStorageType... storage)Indicates the format in which thumbnails are recorded.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type ThumbnailStorageType Modifier and Type Method Description CompositionThumbnailConfiguration.BuilderCompositionThumbnailConfiguration.Builder. storage(Collection<ThumbnailStorageType> storage)Indicates the format in which thumbnails are recorded.ParticipantThumbnailConfiguration.BuilderParticipantThumbnailConfiguration.Builder. storage(Collection<ThumbnailStorageType> storage)Indicates the format in which thumbnails are recorded.
-