Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.MouseButton
Packages that use MouseButton
-
Uses of MouseButton in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MouseButtonModifier and TypeMethodDescriptionfinal MouseButtonMouseClickArguments.button()The mouse button to use.final MouseButtonMouseDragArguments.button()The mouse button to use for the drag.static MouseButtonUse this in place of valueOf to convert the raw string returned by the service into the enum value.static MouseButtonReturns the enum constant of this type with the specified name.static MouseButton[]MouseButton.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MouseButtonMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MouseButtonModifier and TypeMethodDescriptionMouseClickArguments.Builder.button(MouseButton button) The mouse button to use.MouseDragArguments.Builder.button(MouseButton button) The mouse button to use for the drag.