Uses of Class
software.amazon.awssdk.services.connect.model.RoutingProfileReference
-
Packages that use RoutingProfileReference Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RoutingProfileReference in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RoutingProfileReference Modifier and Type Method Description RoutingProfileReferenceDimensions. routingProfile()Returns the value of the RoutingProfile property for this object.RoutingProfileReferenceUserData. routingProfile()Information about the routing profile that is assigned to the user.Methods in software.amazon.awssdk.services.connect.model with parameters of type RoutingProfileReference Modifier and Type Method Description Dimensions.BuilderDimensions.Builder. routingProfile(RoutingProfileReference routingProfile)Sets the value of the RoutingProfile property for this object.UserData.BuilderUserData.Builder. routingProfile(RoutingProfileReference routingProfile)Information about the routing profile that is assigned to the user.
-