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