Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.VideoFormat
Packages that use VideoFormat
-
Uses of VideoFormat in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoFormatModifier and TypeMethodDescriptionfinal VideoFormatVideoBlock.format()The block's format.static VideoFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VideoFormatReturns the enum constant of this type with the specified name.static VideoFormat[]VideoFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type VideoFormatMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type VideoFormatModifier and TypeMethodDescriptionVideoBlock.Builder.format(VideoFormat format) The block's format.