Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionError
Packages that use FlowExecutionError
-
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 FlowExecutionErrorModifier and TypeMethodDescriptionfinal 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 FlowExecutionErrorModifier and TypeMethodDescriptionGetFlowExecutionResponse.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 FlowExecutionErrorModifier and TypeMethodDescriptionGetFlowExecutionResponse.Builder.errors(Collection<FlowExecutionError> errors) A list of errors that occurred during the flow execution.