| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserPhoneConfig.Builder |
UserPhoneConfig.Builder.afterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
|
UserPhoneConfig.Builder |
UserPhoneConfig.Builder.autoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
|
static UserPhoneConfig.Builder |
UserPhoneConfig.builder() |
UserPhoneConfig.Builder |
UserPhoneConfig.Builder.deskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
UserPhoneConfig.Builder |
UserPhoneConfig.Builder.phoneType(PhoneType phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
UserPhoneConfig.Builder |
UserPhoneConfig.Builder.phoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
UserPhoneConfig.Builder |
UserPhoneConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserPhoneConfig.Builder> |
UserPhoneConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default User.Builder |
User.Builder.phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
A
UserPhoneConfig object. |
default UpdateUserPhoneConfigRequest.Builder |
UpdateUserPhoneConfigRequest.Builder.phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
A
UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user. |
default CreateUserRequest.Builder |
CreateUserRequest.Builder.phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
Specifies the phone settings for the user, including
AfterContactWorkTimeLimit,
AutoAccept, DeskPhoneNumber, and PhoneType. |
Copyright © 2019. All rights reserved.