Uses of Class
software.amazon.awssdk.services.qbusiness.model.UsersAndGroups
-
Packages that use UsersAndGroups Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of UsersAndGroups in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return UsersAndGroups Modifier and Type Method Description UsersAndGroupsRule. excludedUsersAndGroups()Users and groups to be excluded from a rule.UsersAndGroupsRule. includedUsersAndGroups()Users and groups to be included in a rule.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type UsersAndGroups Modifier and Type Method Description Rule.BuilderRule.Builder. excludedUsersAndGroups(UsersAndGroups excludedUsersAndGroups)Users and groups to be excluded from a rule.Rule.BuilderRule.Builder. includedUsersAndGroups(UsersAndGroups includedUsersAndGroups)Users and groups to be included in a rule.
-