Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BrowserActionResult
Packages that use BrowserActionResult
-
Uses of BrowserActionResult in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserActionResultModifier and TypeMethodDescriptionstatic BrowserActionResultBrowserActionResult.fromKeyPress(Consumer<KeyPressResult.Builder> keyPress) Create an instance of this class withkeyPress()initialized to the given value.static BrowserActionResultBrowserActionResult.fromKeyPress(KeyPressResult keyPress) Create an instance of this class withkeyPress()initialized to the given value.static BrowserActionResultBrowserActionResult.fromKeyShortcut(Consumer<KeyShortcutResult.Builder> keyShortcut) Create an instance of this class withkeyShortcut()initialized to the given value.static BrowserActionResultBrowserActionResult.fromKeyShortcut(KeyShortcutResult keyShortcut) Create an instance of this class withkeyShortcut()initialized to the given value.static BrowserActionResultBrowserActionResult.fromKeyType(Consumer<KeyTypeResult.Builder> keyType) Create an instance of this class withkeyType()initialized to the given value.static BrowserActionResultBrowserActionResult.fromKeyType(KeyTypeResult keyType) Create an instance of this class withkeyType()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseClick(Consumer<MouseClickResult.Builder> mouseClick) Create an instance of this class withmouseClick()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseClick(MouseClickResult mouseClick) Create an instance of this class withmouseClick()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseDrag(Consumer<MouseDragResult.Builder> mouseDrag) Create an instance of this class withmouseDrag()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseDrag(MouseDragResult mouseDrag) Create an instance of this class withmouseDrag()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseMove(Consumer<MouseMoveResult.Builder> mouseMove) Create an instance of this class withmouseMove()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseMove(MouseMoveResult mouseMove) Create an instance of this class withmouseMove()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseScroll(Consumer<MouseScrollResult.Builder> mouseScroll) Create an instance of this class withmouseScroll()initialized to the given value.static BrowserActionResultBrowserActionResult.fromMouseScroll(MouseScrollResult mouseScroll) Create an instance of this class withmouseScroll()initialized to the given value.static BrowserActionResultBrowserActionResult.fromScreenshot(Consumer<ScreenshotResult.Builder> screenshot) Create an instance of this class withscreenshot()initialized to the given value.static BrowserActionResultBrowserActionResult.fromScreenshot(ScreenshotResult screenshot) Create an instance of this class withscreenshot()initialized to the given value.final BrowserActionResultInvokeBrowserResponse.result()The result of the browser action.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserActionResultModifier and TypeMethodDescriptionInvokeBrowserResponse.Builder.result(BrowserActionResult result) The result of the browser action.