| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
CaseSummary |
CaseSummary.clone() |
CaseSummary |
CaseSummary.withCaseId(String caseId)
A unique identifier of the case.
|
CaseSummary |
CaseSummary.withTemplateId(String templateId)
A unique identifier of a template.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaseSummary> |
ListCasesForContactResult.getCases()
A list of Case summary information.
|
| Modifier and Type | Method and Description |
|---|---|
ListCasesForContactResult |
ListCasesForContactResult.withCases(CaseSummary... cases)
A list of Case summary information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCasesForContactResult.setCases(Collection<CaseSummary> cases)
A list of Case summary information.
|
ListCasesForContactResult |
ListCasesForContactResult.withCases(Collection<CaseSummary> cases)
A list of Case summary information.
|
Copyright © 2023. All rights reserved.