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