Uses of Class
software.amazon.awssdk.services.connect.model.UpdateRoutingProfileNameResponse
-
Packages that use UpdateRoutingProfileNameResponse Package Description software.amazon.awssdk.services.connect -
-
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.
-