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