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