| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
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.
|
Rule |
Rule.withRuleConfiguration(RuleConfiguration ruleConfiguration)
The configuration information for a rule.
|
Rule |
Rule.withRuleType(RuleType ruleType)
The type of rule.
|
Rule |
Rule.withRuleType(String ruleType)
The type of rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
TopicConfiguration.getRules()
Rules defined for a topic configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TopicConfiguration |
TopicConfiguration.withRules(Rule... rules)
Rules defined for a topic configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicConfiguration.setRules(Collection<Rule> rules)
Rules defined for a topic configuration.
|
TopicConfiguration |
TopicConfiguration.withRules(Collection<Rule> rules)
Rules defined for a topic configuration.
|
Copyright © 2024. All rights reserved.