Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.PhoneNumberAssociation
-
Packages that use PhoneNumberAssociation Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of PhoneNumberAssociation in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type PhoneNumberAssociation Modifier and Type Method Description List<PhoneNumberAssociation>PhoneNumber. associations()The phone number's associations.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type PhoneNumberAssociation Modifier and Type Method Description PhoneNumber.BuilderPhoneNumber.Builder. associations(PhoneNumberAssociation... associations)The phone number's associations.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type PhoneNumberAssociation Modifier and Type Method Description PhoneNumber.BuilderPhoneNumber.Builder. associations(Collection<PhoneNumberAssociation> associations)The phone number's associations.
-