Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ResponseState
-
Packages that use ResponseState Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ResponseState in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ResponseState Modifier and Type Method Description static ResponseStateResponseState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResponseStateApiResult. responseState()Controls the final response state returned to end user when API/Function execution failed.ResponseStateFunctionResult. responseState()Controls the final response state returned to end user when API/Function execution failed.static ResponseStateResponseState. valueOf(String name)Returns 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 ResponseState Modifier and Type Method Description static Set<ResponseState>ResponseState. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ResponseState Modifier and Type Method Description ApiResult.BuilderApiResult.Builder. responseState(ResponseState responseState)Controls the final response state returned to end user when API/Function execution failed.FunctionResult.BuilderFunctionResult.Builder. responseState(ResponseState responseState)Controls the final response state returned to end user when API/Function execution failed.
-