Uses of Class
software.amazon.awssdk.services.chime.model.UpdatePhoneNumberRequestItem
-
Packages that use UpdatePhoneNumberRequestItem Package Description software.amazon.awssdk.services.chime.model -
-
Uses of UpdatePhoneNumberRequestItem in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type UpdatePhoneNumberRequestItem Modifier and Type Method Description List<UpdatePhoneNumberRequestItem>BatchUpdatePhoneNumberRequest. updatePhoneNumberRequestItems()The request containing the phone number IDs and product types or calling names to update.Methods in software.amazon.awssdk.services.chime.model with parameters of type UpdatePhoneNumberRequestItem Modifier and Type Method Description BatchUpdatePhoneNumberRequest.BuilderBatchUpdatePhoneNumberRequest.Builder. updatePhoneNumberRequestItems(UpdatePhoneNumberRequestItem... updatePhoneNumberRequestItems)The request containing the phone number IDs and product types or calling names to update.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type UpdatePhoneNumberRequestItem Modifier and Type Method Description BatchUpdatePhoneNumberRequest.BuilderBatchUpdatePhoneNumberRequest.Builder. updatePhoneNumberRequestItems(Collection<UpdatePhoneNumberRequestItem> updatePhoneNumberRequestItems)The request containing the phone number IDs and product types or calling names to update.
-