Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SystemTool
-
Packages that use SystemTool Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SystemTool in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemTool Modifier and Type Method Description SystemToolTool. systemTool()Specifies the system-defined tool that you want use.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SystemTool Modifier and Type Method Description static ToolTool. fromSystemTool(SystemTool systemTool)Create an instance of this class withTool.systemTool()initialized to the given value.Tool.BuilderTool.Builder. systemTool(SystemTool systemTool)Specifies the system-defined tool that you want use.
-