| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserPhoneConfig |
UserPhoneConfig.clone() |
UserPhoneConfig |
UpdateUserPhoneConfigRequest.getPhoneConfig()
A
UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user. |
UserPhoneConfig |
CreateUserRequest.getPhoneConfig()
Specifies the phone settings for the user, including
AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType. |
UserPhoneConfig |
User.getPhoneConfig()
A
UserPhoneConfig object. |
UserPhoneConfig |
UserPhoneConfig.withAfterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
|
UserPhoneConfig |
UserPhoneConfig.withAutoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
|
UserPhoneConfig |
UserPhoneConfig.withDeskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
UserPhoneConfig |
UserPhoneConfig.withPhoneType(PhoneType phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
UserPhoneConfig |
UserPhoneConfig.withPhoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserPhoneConfigRequest.setPhoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user. |
void |
CreateUserRequest.setPhoneConfig(UserPhoneConfig phoneConfig)
Specifies the phone settings for the user, including
AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType. |
void |
User.setPhoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object. |
UpdateUserPhoneConfigRequest |
UpdateUserPhoneConfigRequest.withPhoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user. |
CreateUserRequest |
CreateUserRequest.withPhoneConfig(UserPhoneConfig phoneConfig)
Specifies the phone settings for the user, including
AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType. |
User |
User.withPhoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object. |
Copyright © 2019. All rights reserved.