Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BrowserAction
Packages that use BrowserAction
-
Uses of BrowserAction in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserActionModifier and TypeMethodDescriptionfinal BrowserActionInvokeBrowserRequest.action()The browser action to perform.static BrowserActionBrowserAction.fromKeyPress(Consumer<KeyPressArguments.Builder> keyPress) Create an instance of this class withkeyPress()initialized to the given value.static BrowserActionBrowserAction.fromKeyPress(KeyPressArguments keyPress) Create an instance of this class withkeyPress()initialized to the given value.static BrowserActionBrowserAction.fromKeyShortcut(Consumer<KeyShortcutArguments.Builder> keyShortcut) Create an instance of this class withkeyShortcut()initialized to the given value.static BrowserActionBrowserAction.fromKeyShortcut(KeyShortcutArguments keyShortcut) Create an instance of this class withkeyShortcut()initialized to the given value.static BrowserActionBrowserAction.fromKeyType(Consumer<KeyTypeArguments.Builder> keyType) Create an instance of this class withkeyType()initialized to the given value.static BrowserActionBrowserAction.fromKeyType(KeyTypeArguments keyType) Create an instance of this class withkeyType()initialized to the given value.static BrowserActionBrowserAction.fromMouseClick(Consumer<MouseClickArguments.Builder> mouseClick) Create an instance of this class withmouseClick()initialized to the given value.static BrowserActionBrowserAction.fromMouseClick(MouseClickArguments mouseClick) Create an instance of this class withmouseClick()initialized to the given value.static BrowserActionBrowserAction.fromMouseDrag(Consumer<MouseDragArguments.Builder> mouseDrag) Create an instance of this class withmouseDrag()initialized to the given value.static BrowserActionBrowserAction.fromMouseDrag(MouseDragArguments mouseDrag) Create an instance of this class withmouseDrag()initialized to the given value.static BrowserActionBrowserAction.fromMouseMove(Consumer<MouseMoveArguments.Builder> mouseMove) Create an instance of this class withmouseMove()initialized to the given value.static BrowserActionBrowserAction.fromMouseMove(MouseMoveArguments mouseMove) Create an instance of this class withmouseMove()initialized to the given value.static BrowserActionBrowserAction.fromMouseScroll(Consumer<MouseScrollArguments.Builder> mouseScroll) Create an instance of this class withmouseScroll()initialized to the given value.static BrowserActionBrowserAction.fromMouseScroll(MouseScrollArguments mouseScroll) Create an instance of this class withmouseScroll()initialized to the given value.static BrowserActionBrowserAction.fromScreenshot(Consumer<ScreenshotArguments.Builder> screenshot) Create an instance of this class withscreenshot()initialized to the given value.static BrowserActionBrowserAction.fromScreenshot(ScreenshotArguments screenshot) Create an instance of this class withscreenshot()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserActionModifier and TypeMethodDescriptionInvokeBrowserRequest.Builder.action(BrowserAction action) The browser action to perform.