Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessToolConfiguration
Packages that use HarnessToolConfiguration
-
Uses of HarnessToolConfiguration in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessToolConfigurationModifier and TypeMethodDescriptionfinal HarnessToolConfigurationHarnessTool.config()Tool-specific configuration.static HarnessToolConfigurationHarnessToolConfiguration.fromAgentCoreBrowser(Consumer<HarnessAgentCoreBrowserConfig.Builder> agentCoreBrowser) Create an instance of this class withagentCoreBrowser()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromAgentCoreBrowser(HarnessAgentCoreBrowserConfig agentCoreBrowser) Create an instance of this class withagentCoreBrowser()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromAgentCoreCodeInterpreter(Consumer<HarnessAgentCoreCodeInterpreterConfig.Builder> agentCoreCodeInterpreter) Create an instance of this class withagentCoreCodeInterpreter()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromAgentCoreCodeInterpreter(HarnessAgentCoreCodeInterpreterConfig agentCoreCodeInterpreter) Create an instance of this class withagentCoreCodeInterpreter()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromAgentCoreGateway(Consumer<HarnessAgentCoreGatewayConfig.Builder> agentCoreGateway) Create an instance of this class withagentCoreGateway()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromAgentCoreGateway(HarnessAgentCoreGatewayConfig agentCoreGateway) Create an instance of this class withagentCoreGateway()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromInlineFunction(Consumer<HarnessInlineFunctionConfig.Builder> inlineFunction) Create an instance of this class withinlineFunction()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromInlineFunction(HarnessInlineFunctionConfig inlineFunction) Create an instance of this class withinlineFunction()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromRemoteMcp(Consumer<HarnessRemoteMcpConfig.Builder> remoteMcp) Create an instance of this class withremoteMcp()initialized to the given value.static HarnessToolConfigurationHarnessToolConfiguration.fromRemoteMcp(HarnessRemoteMcpConfig remoteMcp) Create an instance of this class withremoteMcp()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessToolConfigurationModifier and TypeMethodDescriptionHarnessTool.Builder.config(HarnessToolConfiguration config) Tool-specific configuration.