| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ProblemDetail |
ProblemDetail.clone() |
ProblemDetail |
ProblemDetail.withMessage(String message)
The problem detail's message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProblemDetail> |
InvalidContactFlowModuleException.getProblems() |
List<ProblemDetail> |
InvalidContactFlowException.getProblems()
The problems with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidContactFlowModuleException |
InvalidContactFlowModuleException.withProblems(ProblemDetail... problems)
NOTE: This method appends the values to the existing list (if any).
|
InvalidContactFlowException |
InvalidContactFlowException.withProblems(ProblemDetail... problems)
The problems with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidContactFlowModuleException.setProblems(Collection<ProblemDetail> problems) |
void |
InvalidContactFlowException.setProblems(Collection<ProblemDetail> problems)
The problems with the flow.
|
InvalidContactFlowModuleException |
InvalidContactFlowModuleException.withProblems(Collection<ProblemDetail> problems) |
InvalidContactFlowException |
InvalidContactFlowException.withProblems(Collection<ProblemDetail> problems)
The problems with the flow.
|
Copyright © 2023. All rights reserved.