Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.BrowserActionStatus
Packages that use BrowserActionStatus
-
Uses of BrowserActionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserActionStatusModifier and TypeMethodDescriptionstatic BrowserActionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BrowserActionStatusKeyPressResult.status()The status of the action execution.final BrowserActionStatusKeyShortcutResult.status()The status of the action execution.final BrowserActionStatusKeyTypeResult.status()The status of the action execution.final BrowserActionStatusMouseClickResult.status()The status of the action execution.final BrowserActionStatusMouseDragResult.status()The status of the action execution.final BrowserActionStatusMouseMoveResult.status()The status of the action execution.final BrowserActionStatusMouseScrollResult.status()The status of the action execution.final BrowserActionStatusScreenshotResult.status()The status of the action execution.static BrowserActionStatusReturns the enum constant of this type with the specified name.static BrowserActionStatus[]BrowserActionStatus.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 BrowserActionStatusModifier and TypeMethodDescriptionstatic Set<BrowserActionStatus>BrowserActionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserActionStatusModifier and TypeMethodDescriptionKeyPressResult.Builder.status(BrowserActionStatus status) The status of the action execution.KeyShortcutResult.Builder.status(BrowserActionStatus status) The status of the action execution.KeyTypeResult.Builder.status(BrowserActionStatus status) The status of the action execution.MouseClickResult.Builder.status(BrowserActionStatus status) The status of the action execution.MouseDragResult.Builder.status(BrowserActionStatus status) The status of the action execution.MouseMoveResult.Builder.status(BrowserActionStatus status) The status of the action execution.MouseScrollResult.Builder.status(BrowserActionStatus status) The status of the action execution.ScreenshotResult.Builder.status(BrowserActionStatus status) The status of the action execution.