Uses of Interface
software.amazon.awssdk.services.connect.model.UserPhoneConfig.Builder
-
Packages that use UserPhoneConfig.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserPhoneConfig.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UserPhoneConfig.Builder Modifier and Type Method Description UserPhoneConfig.BuilderUserPhoneConfig.Builder. afterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)The After Call Work (ACW) timeout setting, in seconds.UserPhoneConfig.BuilderUserPhoneConfig.Builder. autoAccept(Boolean autoAccept)The Auto accept setting.static UserPhoneConfig.BuilderUserPhoneConfig. builder()UserPhoneConfig.BuilderUserPhoneConfig.Builder. deskPhoneNumber(String deskPhoneNumber)The phone number for the user's desk phone.UserPhoneConfig.BuilderUserPhoneConfig.Builder. phoneType(String phoneType)The phone type.UserPhoneConfig.BuilderUserPhoneConfig.Builder. phoneType(PhoneType phoneType)The phone type.UserPhoneConfig.BuilderUserPhoneConfig. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserPhoneConfig.Builder Modifier and Type Method Description static Class<? extends UserPhoneConfig.Builder>UserPhoneConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UserPhoneConfig.Builder Modifier and Type Method Description default CreateUserRequest.BuilderCreateUserRequest.Builder. phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)The phone settings for the user.default UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)Information about phone configuration settings for the user.default User.BuilderUser.Builder. phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)Information about the phone configuration for the user.default UserSearchSummary.BuilderUserSearchSummary.Builder. phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)Sets the value of the PhoneConfig property for this object.
-