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