Uses of Interface
software.amazon.awssdk.services.chime.model.UpdatePhoneNumberRequestItem.Builder
-
Packages that use UpdatePhoneNumberRequestItem.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of UpdatePhoneNumberRequestItem.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return UpdatePhoneNumberRequestItem.Builder Modifier and Type Method Description static UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem. builder()UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem.Builder. callingName(String callingName)The outbound calling name to update.UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem.Builder. phoneNumberId(String phoneNumberId)The phone number ID to update.UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem.Builder. productType(String productType)The product type to update.UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem.Builder. productType(PhoneNumberProductType productType)The product type to update.UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type UpdatePhoneNumberRequestItem.Builder Modifier and Type Method Description static Class<? extends UpdatePhoneNumberRequestItem.Builder>UpdatePhoneNumberRequestItem. serializableBuilderClass()
-