| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProblemDetail> |
InvalidContactFlowModuleException.problems()
Returns the value of the Problems property for this object.
|
List<ProblemDetail> |
InvalidContactFlowException.problems()
The problems with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidContactFlowModuleException.Builder |
InvalidContactFlowModuleException.Builder.problems(ProblemDetail... problems)
Sets the value of the Problems property for this object.
|
InvalidContactFlowException.Builder |
InvalidContactFlowException.Builder.problems(ProblemDetail... problems)
The problems with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidContactFlowModuleException.Builder |
InvalidContactFlowModuleException.Builder.problems(Collection<ProblemDetail> problems)
Sets the value of the Problems property for this object.
|
InvalidContactFlowException.Builder |
InvalidContactFlowException.Builder.problems(Collection<ProblemDetail> problems)
The problems with the flow.
|
Copyright © 2023. All rights reserved.