Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.HarnessToolUseType
Packages that use HarnessToolUseType
-
Uses of HarnessToolUseType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessToolUseTypeModifier and TypeMethodDescriptionstatic HarnessToolUseTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HarnessToolUseTypeHarnessToolResultBlock.type()The type of tool use that produced this result.final HarnessToolUseTypeHarnessToolUseBlock.type()The type of tool use.final HarnessToolUseTypeHarnessToolUseBlockStart.type()The type of tool use.static HarnessToolUseTypeReturns the enum constant of this type with the specified name.static HarnessToolUseType[]HarnessToolUseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessToolUseTypeModifier and TypeMethodDescriptionstatic Set<HarnessToolUseType>HarnessToolUseType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessToolUseTypeModifier and TypeMethodDescriptionHarnessToolResultBlock.Builder.type(HarnessToolUseType type) The type of tool use that produced this result.HarnessToolUseBlock.Builder.type(HarnessToolUseType type) The type of tool use.HarnessToolUseBlockStart.Builder.type(HarnessToolUseType type) The type of tool use.