| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<MediaConcurrency> |
RoutingProfile.mediaConcurrencies()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
List<MediaConcurrency> |
CreateRoutingProfileRequest.mediaConcurrencies()
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
List<MediaConcurrency> |
UpdateRoutingProfileConcurrencyRequest.mediaConcurrencies()
The channels that agents can handle in the Contact Control Panel (CCP).
|
| Modifier and Type | Method and Description |
|---|---|
RoutingProfile.Builder |
RoutingProfile.Builder.mediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
CreateRoutingProfileRequest.Builder |
CreateRoutingProfileRequest.Builder.mediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
UpdateRoutingProfileConcurrencyRequest.Builder |
UpdateRoutingProfileConcurrencyRequest.Builder.mediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
|
| Modifier and Type | Method and Description |
|---|---|
RoutingProfile.Builder |
RoutingProfile.Builder.mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
CreateRoutingProfileRequest.Builder |
CreateRoutingProfileRequest.Builder.mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
UpdateRoutingProfileConcurrencyRequest.Builder |
UpdateRoutingProfileConcurrencyRequest.Builder.mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
|
Copyright © 2022. All rights reserved.