| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
UsersAndGroups |
UsersAndGroups.clone() |
UsersAndGroups |
Rule.getExcludedUsersAndGroups()
Users and groups to be excluded from a rule.
|
UsersAndGroups |
Rule.getIncludedUsersAndGroups()
Users and groups to be included in a rule.
|
UsersAndGroups |
UsersAndGroups.withUserGroups(Collection<String> userGroups)
The user groups associated with a topic control rule.
|
UsersAndGroups |
UsersAndGroups.withUserGroups(String... userGroups)
The user groups associated with a topic control rule.
|
UsersAndGroups |
UsersAndGroups.withUserIds(Collection<String> userIds)
The user ids associated with a topic control rule.
|
UsersAndGroups |
UsersAndGroups.withUserIds(String... userIds)
The user ids associated with a topic control rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setExcludedUsersAndGroups(UsersAndGroups excludedUsersAndGroups)
Users and groups to be excluded from a rule.
|
void |
Rule.setIncludedUsersAndGroups(UsersAndGroups includedUsersAndGroups)
Users and groups to be included in a rule.
|
Rule |
Rule.withExcludedUsersAndGroups(UsersAndGroups excludedUsersAndGroups)
Users and groups to be excluded from a rule.
|
Rule |
Rule.withIncludedUsersAndGroups(UsersAndGroups includedUsersAndGroups)
Users and groups to be included in a rule.
|
Copyright © 2024. All rights reserved.