Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.ScreenshotFormat
Packages that use ScreenshotFormat
-
Uses of ScreenshotFormat in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ScreenshotFormatModifier and TypeMethodDescriptionfinal ScreenshotFormatScreenshotArguments.format()The image format for the screenshot.static ScreenshotFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ScreenshotFormatReturns the enum constant of this type with the specified name.static ScreenshotFormat[]ScreenshotFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ScreenshotFormatMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ScreenshotFormatModifier and TypeMethodDescriptionScreenshotArguments.Builder.format(ScreenshotFormat format) The image format for the screenshot.