Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionError
-
Packages that use FlowExecutionError Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionError in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionError Modifier and Type Method Description List<FlowExecutionError>GetFlowExecutionResponse. errors()A list of errors that occurred during the flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowExecutionError Modifier and Type Method Description GetFlowExecutionResponse.BuilderGetFlowExecutionResponse.Builder. errors(FlowExecutionError... errors)A list of errors that occurred during the flow execution.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionError Modifier and Type Method Description GetFlowExecutionResponse.BuilderGetFlowExecutionResponse.Builder. errors(Collection<FlowExecutionError> errors)A list of errors that occurred during the flow execution.
-