Uses of Class
software.amazon.awssdk.services.connect.model.ProblemDetail
-
Packages that use ProblemDetail Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ProblemDetail in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ProblemDetail Modifier and Type Method Description List<ProblemDetail>InvalidContactFlowException. problems()The problems with the flow.List<ProblemDetail>InvalidContactFlowModuleException. problems()Returns the value of the Problems property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type ProblemDetail Modifier and Type Method Description InvalidContactFlowException.BuilderInvalidContactFlowException.Builder. problems(ProblemDetail... problems)The problems with the flow.InvalidContactFlowModuleException.BuilderInvalidContactFlowModuleException.Builder. problems(ProblemDetail... problems)Sets the value of the Problems property for this object.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ProblemDetail Modifier and Type Method Description InvalidContactFlowException.BuilderInvalidContactFlowException.Builder. problems(Collection<ProblemDetail> problems)The problems with the flow.InvalidContactFlowModuleException.BuilderInvalidContactFlowModuleException.Builder. problems(Collection<ProblemDetail> problems)Sets the value of the Problems property for this object.
-