Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateUserPhoneConfigRequest.Builder
-
Packages that use UpdateUserPhoneConfigRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of UpdateUserPhoneConfigRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateUserPhoneConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateUserPhoneConfigResponse>ConnectAsyncClient. updateUserPhoneConfig(Consumer<UpdateUserPhoneConfigRequest.Builder> updateUserPhoneConfigRequest)Updates the phone configuration settings for the specified user.default UpdateUserPhoneConfigResponseConnectClient. updateUserPhoneConfig(Consumer<UpdateUserPhoneConfigRequest.Builder> updateUserPhoneConfigRequest)Updates the phone configuration settings for the specified user. -
Uses of UpdateUserPhoneConfigRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateUserPhoneConfigRequest.Builder Modifier and Type Method Description static UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest. builder()UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)Information about phone configuration settings for the user.UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. phoneConfig(UserPhoneConfig phoneConfig)Information about phone configuration settings for the user.UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest. toBuilder()UpdateUserPhoneConfigRequest.BuilderUpdateUserPhoneConfigRequest.Builder. userId(String userId)The identifier of the user account.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateUserPhoneConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateUserPhoneConfigRequest.Builder>UpdateUserPhoneConfigRequest. serializableBuilderClass()
-