| 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> |
InvalidContactFlowException.getProblems()
The problems with the contact flow.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidContactFlowException |
InvalidContactFlowException.withProblems(ProblemDetail... problems)
The problems with the contact flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidContactFlowException.setProblems(Collection<ProblemDetail> problems)
The problems with the contact flow.
|
InvalidContactFlowException |
InvalidContactFlowException.withProblems(Collection<ProblemDetail> problems)
The problems with the contact flow.
|
Copyright © 2021. All rights reserved.