Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MouseDragArguments.Builder
Packages that use MouseDragArguments.Builder
-
Uses of MouseDragArguments.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MouseDragArguments.BuilderModifier and TypeMethodDescriptionstatic MouseDragArguments.BuilderMouseDragArguments.builder()The mouse button to use for the drag.MouseDragArguments.Builder.button(MouseButton button) The mouse button to use for the drag.The ending X coordinate for the drag.The ending Y coordinate for the drag.The starting X coordinate for the drag.The starting Y coordinate for the drag.MouseDragArguments.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MouseDragArguments.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MouseDragArguments.Builder>MouseDragArguments.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MouseDragArguments.BuilderModifier and TypeMethodDescriptionstatic BrowserActionBrowserAction.fromMouseDrag(Consumer<MouseDragArguments.Builder> mouseDrag) Create an instance of this class withBrowserAction.mouseDrag()initialized to the given value.default BrowserAction.BuilderBrowserAction.Builder.mouseDrag(Consumer<MouseDragArguments.Builder> mouseDrag) Drag from a start position to an end position.