Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return TaskStatusModifier and TypeMethodDescriptionstatic TaskStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TaskStatusToolResultStructuredContent.taskStatus()The status of the task that produced the result.static TaskStatusReturns the enum constant of this type with the specified name.static TaskStatus[]TaskStatus.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 TaskStatusMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type TaskStatusModifier and TypeMethodDescriptionToolResultStructuredContent.Builder.taskStatus(TaskStatus taskStatus) The status of the task that produced the result.