| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints |
TaskTemplateConstraints.clone() |
TaskTemplateConstraints |
UpdateTaskTemplateResult.getConstraints()
Constraints that are applicable to the fields listed.
|
TaskTemplateConstraints |
GetTaskTemplateResult.getConstraints()
Constraints that are applicable to the fields listed.
|
TaskTemplateConstraints |
CreateTaskTemplateRequest.getConstraints()
Constraints that are applicable to the fields listed.
|
TaskTemplateConstraints |
UpdateTaskTemplateRequest.getConstraints()
Constraints that are applicable to the fields listed.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withInvisibleFields(Collection<InvisibleFieldInfo> invisibleFields)
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withInvisibleFields(InvisibleFieldInfo... invisibleFields)
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withReadOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withReadOnlyFields(ReadOnlyFieldInfo... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withRequiredFields(Collection<RequiredFieldInfo> requiredFields)
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withRequiredFields(RequiredFieldInfo... requiredFields)
Lists the fields that are required to be filled by agents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTaskTemplateResult.setConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
void |
GetTaskTemplateResult.setConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
void |
CreateTaskTemplateRequest.setConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
void |
UpdateTaskTemplateRequest.setConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
UpdateTaskTemplateResult |
UpdateTaskTemplateResult.withConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
GetTaskTemplateResult |
GetTaskTemplateResult.withConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
CreateTaskTemplateRequest |
CreateTaskTemplateRequest.withConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
UpdateTaskTemplateRequest |
UpdateTaskTemplateRequest.withConstraints(TaskTemplateConstraints constraints)
Constraints that are applicable to the fields listed.
|
Copyright © 2023. All rights reserved.