Uses of Interface
software.amazon.awssdk.services.connect.model.CrossChannelBehavior.Builder
-
Packages that use CrossChannelBehavior.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CrossChannelBehavior.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CrossChannelBehavior.Builder Modifier and Type Method Description CrossChannelBehavior.BuilderCrossChannelBehavior.Builder. behaviorType(String behaviorType)Specifies the other channels that can be routed to an agent handling their current channel.CrossChannelBehavior.BuilderCrossChannelBehavior.Builder. behaviorType(BehaviorType behaviorType)Specifies the other channels that can be routed to an agent handling their current channel.static CrossChannelBehavior.BuilderCrossChannelBehavior. builder()CrossChannelBehavior.BuilderCrossChannelBehavior. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CrossChannelBehavior.Builder Modifier and Type Method Description static Class<? extends CrossChannelBehavior.Builder>CrossChannelBehavior. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type CrossChannelBehavior.Builder Modifier and Type Method Description default MediaConcurrency.BuilderMediaConcurrency.Builder. crossChannelBehavior(Consumer<CrossChannelBehavior.Builder> crossChannelBehavior)Defines the cross-channel routing behavior for each channel that is enabled for this Routing Profile.
-