| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RuleSummary |
RuleSummary.clone() |
RuleSummary |
RuleSummary.withActionSummaries(ActionSummary... actionSummaries)
A list of ActionTypes associated with a rule.
|
RuleSummary |
RuleSummary.withActionSummaries(Collection<ActionSummary> actionSummaries)
A list of ActionTypes associated with a rule.
|
RuleSummary |
RuleSummary.withCreatedTime(Date createdTime)
The timestamp for when the rule was created.
|
RuleSummary |
RuleSummary.withEventSourceName(EventSourceName eventSourceName)
The name of the event source.
|
RuleSummary |
RuleSummary.withEventSourceName(String eventSourceName)
The name of the event source.
|
RuleSummary |
RuleSummary.withLastUpdatedTime(Date lastUpdatedTime)
The timestamp for when the rule was last updated.
|
RuleSummary |
RuleSummary.withName(String name)
The name of the rule.
|
RuleSummary |
RuleSummary.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
RuleSummary |
RuleSummary.withPublishStatus(String publishStatus)
The publish status of the rule.
|
RuleSummary |
RuleSummary.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
|
RuleSummary |
RuleSummary.withRuleId(String ruleId)
A unique identifier for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleSummary> |
ListRulesResult.getRuleSummaryList()
Summary information about a rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResult |
ListRulesResult.withRuleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setRuleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
ListRulesResult |
ListRulesResult.withRuleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
Copyright © 2024. All rights reserved.