Uses of Class
software.amazon.awssdk.services.connect.model.UpdateRoutingProfileNameResponse
-
Packages that use UpdateRoutingProfileNameResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of UpdateRoutingProfileNameResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateRoutingProfileNameResponse Modifier and Type Method Description default UpdateRoutingProfileNameResponseConnectClient. updateRoutingProfileName(Consumer<UpdateRoutingProfileNameRequest.Builder> updateRoutingProfileNameRequest)Updates the name and description of a routing profile.default UpdateRoutingProfileNameResponseConnectClient. updateRoutingProfileName(UpdateRoutingProfileNameRequest updateRoutingProfileNameRequest)Updates the name and description of a routing profile.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateRoutingProfileNameResponse Modifier and Type Method Description default CompletableFuture<UpdateRoutingProfileNameResponse>ConnectAsyncClient. updateRoutingProfileName(Consumer<UpdateRoutingProfileNameRequest.Builder> updateRoutingProfileNameRequest)Updates the name and description of a routing profile.default CompletableFuture<UpdateRoutingProfileNameResponse>ConnectAsyncClient. updateRoutingProfileName(UpdateRoutingProfileNameRequest updateRoutingProfileNameRequest)Updates the name and description of a routing profile.
-