| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserPhoneConfig |
User.phoneConfig()
A
UserPhoneConfig object. |
UserPhoneConfig |
UpdateUserPhoneConfigRequest.phoneConfig()
A
UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user. |
UserPhoneConfig |
CreateUserRequest.phoneConfig()
Specifies the phone settings for the user, including
AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType. |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.phoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object. |
UpdateUserPhoneConfigRequest.Builder |
UpdateUserPhoneConfigRequest.Builder.phoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user. |
CreateUserRequest.Builder |
CreateUserRequest.Builder.phoneConfig(UserPhoneConfig phoneConfig)
Specifies the phone settings for the user, including
AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType. |
Copyright © 2019. All rights reserved.