Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolInputSchema.Type
-
Packages that use ToolInputSchema.Type Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolInputSchema.Type in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolInputSchema.Type Modifier and Type Method Description ToolInputSchema.TypeToolInputSchema. type()Retrieve an enum value representing which member of this object is populated.static ToolInputSchema.TypeToolInputSchema.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ToolInputSchema.Type[]ToolInputSchema.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-