Updated NuixLicenseResolver to have new method withLicenseShortNameMatching. This method allows you to specify one or more license short name values that a resolved license must match one of:
NuixLicenseResolver cloudEnterpriseWorkstation = NuixLicenseResolver.fromCloud()
.withLicenseCredentialsResolvedFromEnvVars()
.withLicenseShortNameMatching("enterprise-workstation");