Uses of Class
software.amazon.awssdk.services.connect.model.UserIdentityInfo
-
Packages that use UserIdentityInfo Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserIdentityInfo in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UserIdentityInfo Modifier and Type Method Description UserIdentityInfoCreateUserRequest. identityInfo()The information about the identity of the user.UserIdentityInfoUpdateUserIdentityInfoRequest. identityInfo()The identity information for the user.UserIdentityInfoUser. identityInfo()Information about the user identity.Methods in software.amazon.awssdk.services.connect.model with parameters of type UserIdentityInfo Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. identityInfo(UserIdentityInfo identityInfo)The information about the identity of the user.UpdateUserIdentityInfoRequest.BuilderUpdateUserIdentityInfoRequest.Builder. identityInfo(UserIdentityInfo identityInfo)The identity information for the user.User.BuilderUser.Builder. identityInfo(UserIdentityInfo identityInfo)Information about the user identity.
-