| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileSummary |
RoutingProfileSummary.clone() |
RoutingProfileSummary |
RoutingProfileSummary.withArn(String arn)
The ARN of the routing profile.
|
RoutingProfileSummary |
RoutingProfileSummary.withId(String id)
The identifier of the routing profile.
|
RoutingProfileSummary |
RoutingProfileSummary.withName(String name)
The name of the routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingProfileSummary> |
ListRoutingProfilesResult.getRoutingProfileSummaryList()
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
| Modifier and Type | Method and Description |
|---|---|
ListRoutingProfilesResult |
ListRoutingProfilesResult.withRoutingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutingProfilesResult.setRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
ListRoutingProfilesResult |
ListRoutingProfilesResult.withRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
Copyright © 2018. All rights reserved.