| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ActionSummary |
ActionSummary.clone() |
ActionSummary |
ActionSummary.withActionType(ActionType actionType)
The action type.
|
ActionSummary |
ActionSummary.withActionType(String actionType)
The action type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionSummary> |
RuleSummary.getActionSummaries()
A list of ActionTypes associated with a rule.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSummary |
RuleSummary.withActionSummaries(ActionSummary... actionSummaries)
A list of ActionTypes associated with a rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSummary.setActionSummaries(Collection<ActionSummary> actionSummaries)
A list of ActionTypes associated with a rule.
|
RuleSummary |
RuleSummary.withActionSummaries(Collection<ActionSummary> actionSummaries)
A list of ActionTypes associated with a rule.
|
Copyright © 2024. All rights reserved.