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