Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.ResponseState
Packages that use ResponseState
-
Uses of ResponseState in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ResponseStateModifier and TypeMethodDescriptionstatic ResponseStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResponseStateApiResult.responseState()Controls the final response state returned to end user when API/Function execution failed.final ResponseStateFunctionResult.responseState()Controls the final response state returned to end user when API/Function execution failed.static ResponseStateReturns the enum constant of this type with the specified name.static ResponseState[]ResponseState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ResponseStateMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ResponseStateModifier and TypeMethodDescriptionApiResult.Builder.responseState(ResponseState responseState) Controls the final response state returned to end user when API/Function execution failed.FunctionResult.Builder.responseState(ResponseState responseState) Controls the final response state returned to end user when API/Function execution failed.