Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MouseDragResult.Builder
Packages that use MouseDragResult.Builder
-
Uses of MouseDragResult.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MouseDragResult.BuilderModifier and TypeMethodDescriptionstatic MouseDragResult.BuilderMouseDragResult.builder()The error message.The status of the action execution.MouseDragResult.Builder.status(BrowserActionStatus status) The status of the action execution.MouseDragResult.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MouseDragResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MouseDragResult.Builder>MouseDragResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MouseDragResult.BuilderModifier and TypeMethodDescriptionstatic BrowserActionResultBrowserActionResult.fromMouseDrag(Consumer<MouseDragResult.Builder> mouseDrag) Create an instance of this class withBrowserActionResult.mouseDrag()initialized to the given value.default BrowserActionResult.BuilderBrowserActionResult.Builder.mouseDrag(Consumer<MouseDragResult.Builder> mouseDrag) The result of a mouse drag action.