| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.addActiveSlotsByChannelEntry(String key,
Integer value)
Add a single ActiveSlotsByChannel entry
|
UserData |
UserData.addAvailableSlotsByChannelEntry(String key,
Integer value)
Add a single AvailableSlotsByChannel entry
|
UserData |
UserData.addMaxSlotsByChannelEntry(String key,
Integer value)
Add a single MaxSlotsByChannel entry
|
UserData |
UserData.clearActiveSlotsByChannelEntries()
Removes all the entries added into ActiveSlotsByChannel.
|
UserData |
UserData.clearAvailableSlotsByChannelEntries()
Removes all the entries added into AvailableSlotsByChannel.
|
UserData |
UserData.clearMaxSlotsByChannelEntries()
Removes all the entries added into MaxSlotsByChannel.
|
UserData |
UserData.clone() |
UserData |
UserData.withActiveSlotsByChannel(Map<String,Integer> activeSlotsByChannel)
A map of active slots by channel.
|
UserData |
UserData.withAvailableSlotsByChannel(Map<String,Integer> availableSlotsByChannel)
A map of available slots by channel.
|
UserData |
UserData.withContacts(AgentContactReference... contacts)
A list of contact reference information.
|
UserData |
UserData.withContacts(Collection<AgentContactReference> contacts)
A list of contact reference information.
|
UserData |
UserData.withHierarchyPath(HierarchyPathReference hierarchyPath)
Contains information about the levels of a hierarchy group assigned to a user.
|
UserData |
UserData.withMaxSlotsByChannel(Map<String,Integer> maxSlotsByChannel)
A map of maximum slots by channel.
|
UserData |
UserData.withRoutingProfile(RoutingProfileReference routingProfile)
Information about the routing profile that is assigned to the user.
|
UserData |
UserData.withStatus(AgentStatusReference status)
The status of the agent that they manually set in their Contact Control Panel (CCP), or that the supervisor
manually changes in the real-time metrics report.
|
UserData |
UserData.withUser(UserReference user)
Information about the user for the data that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserData> |
GetCurrentUserDataResult.getUserDataList()
A list of the user data that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
GetCurrentUserDataResult |
GetCurrentUserDataResult.withUserDataList(UserData... userDataList)
A list of the user data that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCurrentUserDataResult.setUserDataList(Collection<UserData> userDataList)
A list of the user data that is returned.
|
GetCurrentUserDataResult |
GetCurrentUserDataResult.withUserDataList(Collection<UserData> userDataList)
A list of the user data that is returned.
|
Copyright © 2022. All rights reserved.