Uses of Class
software.amazon.awssdk.services.connect.model.UpdateUserIdentityInfoResponse
-
Packages that use UpdateUserIdentityInfoResponse 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 UpdateUserIdentityInfoResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateUserIdentityInfoResponse Modifier and Type Method Description default UpdateUserIdentityInfoResponseConnectClient. updateUserIdentityInfo(Consumer<UpdateUserIdentityInfoRequest.Builder> updateUserIdentityInfoRequest)Updates the identity information for the specified user.default UpdateUserIdentityInfoResponseConnectClient. updateUserIdentityInfo(UpdateUserIdentityInfoRequest updateUserIdentityInfoRequest)Updates the identity information for the specified user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateUserIdentityInfoResponse Modifier and Type Method Description default CompletableFuture<UpdateUserIdentityInfoResponse>ConnectAsyncClient. updateUserIdentityInfo(Consumer<UpdateUserIdentityInfoRequest.Builder> updateUserIdentityInfoRequest)Updates the identity information for the specified user.default CompletableFuture<UpdateUserIdentityInfoResponse>ConnectAsyncClient. updateUserIdentityInfo(UpdateUserIdentityInfoRequest updateUserIdentityInfoRequest)Updates the identity information for the specified user.
-