Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowValidation
-
Packages that use FlowValidation Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowValidation in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowValidation Modifier and Type Method Description List<FlowValidation>GetFlowResponse. validations()A list of validation error messages related to the last failed operation on the flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowValidation Modifier and Type Method Description GetFlowResponse.BuilderGetFlowResponse.Builder. validations(FlowValidation... validations)A list of validation error messages related to the last failed operation on the flow.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowValidation Modifier and Type Method Description GetFlowResponse.BuilderGetFlowResponse.Builder. validations(Collection<FlowValidation> validations)A list of validation error messages related to the last failed operation on the flow.
-