| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReadOnlyFieldInfo> |
TaskTemplateConstraints.readOnlyFields()
Lists the fields that are read-only to agents, and cannot be edited.
|
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.readOnlyFields(ReadOnlyFieldInfo... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.readOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
Copyright © 2023. All rights reserved.