| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserPhoneConfig |
UserPhoneConfig.clone() |
UserPhoneConfig |
CreateUserRequest.getPhoneConfig()
The phone settings for the user.
|
UserPhoneConfig |
UserSearchSummary.getPhoneConfig() |
UserPhoneConfig |
User.getPhoneConfig()
Information about the phone configuration for the user.
|
UserPhoneConfig |
UpdateUserPhoneConfigRequest.getPhoneConfig()
Information about phone configuration settings for the user.
|
UserPhoneConfig |
UserPhoneConfig.withAfterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds.
|
UserPhoneConfig |
UserPhoneConfig.withAutoAccept(Boolean autoAccept)
The Auto accept setting.
|
UserPhoneConfig |
UserPhoneConfig.withDeskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
UserPhoneConfig |
UserPhoneConfig.withPhoneType(PhoneType phoneType)
The phone type.
|
UserPhoneConfig |
UserPhoneConfig.withPhoneType(String phoneType)
The phone type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserRequest.setPhoneConfig(UserPhoneConfig phoneConfig)
The phone settings for the user.
|
void |
UserSearchSummary.setPhoneConfig(UserPhoneConfig phoneConfig) |
void |
User.setPhoneConfig(UserPhoneConfig phoneConfig)
Information about the phone configuration for the user.
|
void |
UpdateUserPhoneConfigRequest.setPhoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
|
CreateUserRequest |
CreateUserRequest.withPhoneConfig(UserPhoneConfig phoneConfig)
The phone settings for the user.
|
UserSearchSummary |
UserSearchSummary.withPhoneConfig(UserPhoneConfig phoneConfig) |
User |
User.withPhoneConfig(UserPhoneConfig phoneConfig)
Information about the phone configuration for the user.
|
UpdateUserPhoneConfigRequest |
UpdateUserPhoneConfigRequest.withPhoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
|
Copyright © 2024. All rights reserved.