| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateField |
TaskTemplateField.clone() |
TaskTemplateField |
TaskTemplateField.withDescription(String description)
The description of the field.
|
TaskTemplateField |
TaskTemplateField.withId(TaskTemplateFieldIdentifier id)
The unique identifier for the field.
|
TaskTemplateField |
TaskTemplateField.withSingleSelectOptions(Collection<String> singleSelectOptions)
A list of options for a single select field.
|
TaskTemplateField |
TaskTemplateField.withSingleSelectOptions(String... singleSelectOptions)
A list of options for a single select field.
|
TaskTemplateField |
TaskTemplateField.withType(String type)
Indicates the type of field.
|
TaskTemplateField |
TaskTemplateField.withType(TaskTemplateFieldType type)
Indicates the type of field.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskTemplateField> |
UpdateTaskTemplateResult.getFields()
Fields that are part of the template.
|
List<TaskTemplateField> |
UpdateTaskTemplateRequest.getFields()
Fields that are part of the template.
|
List<TaskTemplateField> |
CreateTaskTemplateRequest.getFields()
Fields that are part of the template.
|
List<TaskTemplateField> |
GetTaskTemplateResult.getFields()
Fields that are part of the template.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTaskTemplateResult |
UpdateTaskTemplateResult.withFields(TaskTemplateField... fields)
Fields that are part of the template.
|
UpdateTaskTemplateRequest |
UpdateTaskTemplateRequest.withFields(TaskTemplateField... fields)
Fields that are part of the template.
|
CreateTaskTemplateRequest |
CreateTaskTemplateRequest.withFields(TaskTemplateField... fields)
Fields that are part of the template.
|
GetTaskTemplateResult |
GetTaskTemplateResult.withFields(TaskTemplateField... fields)
Fields that are part of the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTaskTemplateResult.setFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
void |
UpdateTaskTemplateRequest.setFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
void |
CreateTaskTemplateRequest.setFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
void |
GetTaskTemplateResult.setFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
UpdateTaskTemplateResult |
UpdateTaskTemplateResult.withFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
UpdateTaskTemplateRequest |
UpdateTaskTemplateRequest.withFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
CreateTaskTemplateRequest |
CreateTaskTemplateRequest.withFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
GetTaskTemplateResult |
GetTaskTemplateResult.withFields(Collection<TaskTemplateField> fields)
Fields that are part of the template.
|
Copyright © 2023. All rights reserved.