Uses of Class
software.amazon.awssdk.services.connect.model.MediaConcurrency
-
Packages that use MediaConcurrency Package Description software.amazon.awssdk.services.connect.model -
-
Uses of MediaConcurrency in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type MediaConcurrency Modifier and Type Method Description List<MediaConcurrency>CreateRoutingProfileRequest. mediaConcurrencies()The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.List<MediaConcurrency>RoutingProfile. mediaConcurrencies()The channels 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).Methods in software.amazon.awssdk.services.connect.model with parameters of type MediaConcurrency Modifier and Type Method Description CreateRoutingProfileRequest.BuilderCreateRoutingProfileRequest.Builder. mediaConcurrencies(MediaConcurrency... mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.RoutingProfile.BuilderRoutingProfile.Builder. mediaConcurrencies(MediaConcurrency... mediaConcurrencies)The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. mediaConcurrencies(MediaConcurrency... mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP).Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type MediaConcurrency Modifier and Type Method Description CreateRoutingProfileRequest.BuilderCreateRoutingProfileRequest.Builder. mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.RoutingProfile.BuilderRoutingProfile.Builder. mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP).
-