Uses of Class
software.amazon.awssdk.services.connect.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Channel in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Channel Modifier and Type Method Description ChannelAgentContactReference. channel()The channel of the contact.ChannelContact. channel()How the contact reached your contact center.ChannelDimensions. channel()The channel used for grouping and filters.ChannelMediaConcurrency. channel()The channels that agents can handle in the Contact Control Panel (CCP).ChannelRoutingProfileQueueConfigSummary. channel()The channels this queue supports.ChannelRoutingProfileQueueReference. channel()The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.static ChannelChannel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChannelChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel[]Channel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Channel Modifier and Type Method Description Map<Channel,Integer>UserData. activeSlotsByChannel()A map of active slots by channel.Map<Channel,Integer>UserData. availableSlotsByChannel()A map of available slots by channel.List<Channel>Filters. channels()The channel to use to filter the metrics.static Set<Channel>Channel. knownValues()Map<Channel,Integer>UserData. maxSlotsByChannel()A map of maximum slots by channel.Methods in software.amazon.awssdk.services.connect.model with parameters of type Channel Modifier and Type Method Description AgentContactReference.BuilderAgentContactReference.Builder. channel(Channel channel)The channel of the contact.Contact.BuilderContact.Builder. channel(Channel channel)How the contact reached your contact center.Dimensions.BuilderDimensions.Builder. channel(Channel channel)The channel used for grouping and filters.MediaConcurrency.BuilderMediaConcurrency.Builder. channel(Channel channel)The channels that agents can handle in the Contact Control Panel (CCP).RoutingProfileQueueConfigSummary.BuilderRoutingProfileQueueConfigSummary.Builder. channel(Channel channel)The channels this queue supports.RoutingProfileQueueReference.BuilderRoutingProfileQueueReference.Builder. channel(Channel channel)The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.Filters.BuilderFilters.Builder. channels(Channel... channels)The channel to use to filter the metrics.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Channel Modifier and Type Method Description UserData.BuilderUserData.Builder. activeSlotsByChannel(Map<Channel,Integer> activeSlotsByChannel)A map of active slots by channel.UserData.BuilderUserData.Builder. availableSlotsByChannel(Map<Channel,Integer> availableSlotsByChannel)A map of available slots by channel.Filters.BuilderFilters.Builder. channels(Collection<Channel> channels)The channel to use to filter the metrics.UserData.BuilderUserData.Builder. maxSlotsByChannel(Map<Channel,Integer> maxSlotsByChannel)A map of maximum slots by channel.
-