Uses of Class
software.amazon.awssdk.services.connect.model.InvisibleFieldInfo
-
Packages that use InvisibleFieldInfo Package Description software.amazon.awssdk.services.connect.model -
-
Uses of InvisibleFieldInfo in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type InvisibleFieldInfo Modifier and Type Method Description List<InvisibleFieldInfo>TaskTemplateConstraints. invisibleFields()Lists the fields that are invisible to agents.Methods in software.amazon.awssdk.services.connect.model with parameters of type InvisibleFieldInfo Modifier and Type Method Description TaskTemplateConstraints.BuilderTaskTemplateConstraints.Builder. invisibleFields(InvisibleFieldInfo... invisibleFields)Lists the fields that are invisible to agents.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type InvisibleFieldInfo Modifier and Type Method Description TaskTemplateConstraints.BuilderTaskTemplateConstraints.Builder. invisibleFields(Collection<InvisibleFieldInfo> invisibleFields)Lists the fields that are invisible to agents.
-