Uses of Class
software.amazon.awssdk.services.medialive.model.ThumbnailType
-
Packages that use ThumbnailType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ThumbnailType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ThumbnailType Modifier and Type Method Description static ThumbnailTypeThumbnailType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThumbnailTypeThumbnail. thumbnailType()Thumbnail Typestatic ThumbnailTypeThumbnailType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThumbnailType[]ThumbnailType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ThumbnailType Modifier and Type Method Description static Set<ThumbnailType>ThumbnailType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type ThumbnailType Modifier and Type Method Description Thumbnail.BuilderThumbnail.Builder. thumbnailType(ThumbnailType thumbnailType)Thumbnail Type
-