Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.HarnessToolUseStatus
Packages that use HarnessToolUseStatus
-
Uses of HarnessToolUseStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessToolUseStatusModifier and TypeMethodDescriptionstatic HarnessToolUseStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HarnessToolUseStatusHarnessToolResultBlock.status()The status of the tool execution.final HarnessToolUseStatusHarnessToolResultBlockStart.status()The status of the tool execution.static HarnessToolUseStatusReturns the enum constant of this type with the specified name.static HarnessToolUseStatus[]HarnessToolUseStatus.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 HarnessToolUseStatusModifier and TypeMethodDescriptionstatic Set<HarnessToolUseStatus>HarnessToolUseStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessToolUseStatusModifier and TypeMethodDescriptionHarnessToolResultBlock.Builder.status(HarnessToolUseStatus status) The status of the tool execution.HarnessToolResultBlockStart.Builder.status(HarnessToolUseStatus status) The status of the tool execution.