| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
SearchCasesResponseItem |
SearchCasesResponseItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SearchCasesResponseItem |
SearchCasesResponseItem.clearTagsEntries()
Removes all the entries added into Tags.
|
SearchCasesResponseItem |
SearchCasesResponseItem.clone() |
SearchCasesResponseItem |
SearchCasesResponseItem.withCaseId(String caseId)
A unique identifier of the case.
|
SearchCasesResponseItem |
SearchCasesResponseItem.withFields(Collection<FieldValue> fields)
List of case field values.
|
SearchCasesResponseItem |
SearchCasesResponseItem.withFields(FieldValue... fields)
List of case field values.
|
SearchCasesResponseItem |
SearchCasesResponseItem.withTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
SearchCasesResponseItem |
SearchCasesResponseItem.withTemplateId(String templateId)
A unique identifier of a template.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchCasesResponseItem> |
SearchCasesResult.getCases()
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
| Modifier and Type | Method and Description |
|---|---|
SearchCasesResult |
SearchCasesResult.withCases(SearchCasesResponseItem... cases)
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchCasesResult.setCases(Collection<SearchCasesResponseItem> cases)
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
SearchCasesResult |
SearchCasesResult.withCases(Collection<SearchCasesResponseItem> cases)
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
Copyright © 2024. All rights reserved.