Uses of Class
software.amazon.awssdk.services.connect.model.UserPhoneConfig
-
Packages that use UserPhoneConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserPhoneConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UserPhoneConfig Modifier and Type Method Description UserPhoneConfigCreateUserRequest. phoneConfig()The phone settings for the user.UserPhoneConfigUpdateUserPhoneConfigRequest. phoneConfig()Information about phone configuration settings for the user.UserPhoneConfigUser. phoneConfig()Information about the phone configuration for the user.UserPhoneConfigUserSearchSummary. phoneConfig()Returns the value of the PhoneConfig property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type UserPhoneConfig Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. phoneConfig(UserPhoneConfig phoneConfig)The phone settings for the user.UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. phoneConfig(UserPhoneConfig phoneConfig)Information about phone configuration settings for the user.User.BuilderUser.Builder. phoneConfig(UserPhoneConfig phoneConfig)Information about the phone configuration for the user.UserSearchSummary.BuilderUserSearchSummary.Builder. phoneConfig(UserPhoneConfig phoneConfig)Sets the value of the PhoneConfig property for this object.
-