Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MouseScrollResult
Packages that use MouseScrollResult
-
Uses of MouseScrollResult in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MouseScrollResultModifier and TypeMethodDescriptionfinal MouseScrollResultBrowserActionResult.mouseScroll()The result of a mouse scroll action.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MouseScrollResultModifier and TypeMethodDescriptionstatic BrowserActionResultBrowserActionResult.fromMouseScroll(MouseScrollResult mouseScroll) Create an instance of this class withBrowserActionResult.mouseScroll()initialized to the given value.BrowserActionResult.Builder.mouseScroll(MouseScrollResult mouseScroll) The result of a mouse scroll action.