Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.KeyShortcutResult
Packages that use KeyShortcutResult
-
Uses of KeyShortcutResult in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return KeyShortcutResultModifier and TypeMethodDescriptionfinal KeyShortcutResultBrowserActionResult.keyShortcut()The result of a key shortcut action.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type KeyShortcutResultModifier and TypeMethodDescriptionstatic BrowserActionResultBrowserActionResult.fromKeyShortcut(KeyShortcutResult keyShortcut) Create an instance of this class withBrowserActionResult.keyShortcut()initialized to the given value.BrowserActionResult.Builder.keyShortcut(KeyShortcutResult keyShortcut) The result of a key shortcut action.