| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleSet.clone() |
RuleSet |
RuleSet.withLastModificationDate(Date lastModificationDate)
The last modification date of the rule set.
|
RuleSet |
RuleSet.withRuleSetId(String ruleSetId)
The identifier of the rule set.
|
RuleSet |
RuleSet.withRuleSetName(String ruleSetName)
A user-friendly name for the rule set.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleSet> |
ListRuleSetsResult.getRuleSets()
The list of rule sets.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleSetsResult |
ListRuleSetsResult.withRuleSets(RuleSet... ruleSets)
The list of rule sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleSetsResult.setRuleSets(Collection<RuleSet> ruleSets)
The list of rule sets.
|
ListRuleSetsResult |
ListRuleSetsResult.withRuleSets(Collection<RuleSet> ruleSets)
The list of rule sets.
|
Copyright © 2024. All rights reserved.