Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ConfigurationBundleToolEntry
Packages that use ConfigurationBundleToolEntry
-
Uses of ConfigurationBundleToolEntry in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ConfigurationBundleToolEntryModifier and TypeMethodDescriptionfinal List<ConfigurationBundleToolEntry>ToolDescriptionConfigurationBundle.tools()The list of tool entries mapping tool names to their JSON paths within the bundle.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ConfigurationBundleToolEntryModifier and TypeMethodDescriptionToolDescriptionConfigurationBundle.Builder.tools(ConfigurationBundleToolEntry... tools) The list of tool entries mapping tool names to their JSON paths within the bundle.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ConfigurationBundleToolEntryModifier and TypeMethodDescriptionToolDescriptionConfigurationBundle.Builder.tools(Collection<ConfigurationBundleToolEntry> tools) The list of tool entries mapping tool names to their JSON paths within the bundle.