Uses of Class
software.amazon.awssdk.services.connect.model.ReadOnlyFieldInfo
-
Packages that use ReadOnlyFieldInfo Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ReadOnlyFieldInfo in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ReadOnlyFieldInfo Modifier and Type Method Description List<ReadOnlyFieldInfo>TaskTemplateConstraints. readOnlyFields()Lists the fields that are read-only to agents, and cannot be edited.Methods in software.amazon.awssdk.services.connect.model with parameters of type ReadOnlyFieldInfo Modifier and Type Method Description TaskTemplateConstraints.BuilderTaskTemplateConstraints.Builder. readOnlyFields(ReadOnlyFieldInfo... readOnlyFields)Lists the fields that are read-only to agents, and cannot be edited.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ReadOnlyFieldInfo Modifier and Type Method Description TaskTemplateConstraints.BuilderTaskTemplateConstraints.Builder. readOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)Lists the fields that are read-only to agents, and cannot be edited.
-