| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
TemplateSummary.clone() |
TemplateSummary |
TemplateSummary.withName(String name)
The template name.
|
TemplateSummary |
TemplateSummary.withStatus(String status)
The status of the template.
|
TemplateSummary |
TemplateSummary.withStatus(TemplateStatus status)
The status of the template.
|
TemplateSummary |
TemplateSummary.withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary |
TemplateSummary.withTemplateId(String templateId)
The unique identifier for the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSummary> |
ListTemplatesResult.getTemplates()
List of template summary objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResult |
ListTemplatesResult.withTemplates(TemplateSummary... templates)
List of template summary objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatesResult.setTemplates(Collection<TemplateSummary> templates)
List of template summary objects.
|
ListTemplatesResult |
ListTemplatesResult.withTemplates(Collection<TemplateSummary> templates)
List of template summary objects.
|
Copyright © 2024. All rights reserved.