Uses of Class
software.amazon.awssdk.services.chime.model.PhoneNumberAssociationName
-
Packages that use PhoneNumberAssociationName Package Description software.amazon.awssdk.services.chime.model -
-
Uses of PhoneNumberAssociationName in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return PhoneNumberAssociationName Modifier and Type Method Description PhoneNumberAssociationNameListPhoneNumbersRequest. filterName()The filter to use to limit the number of results.static PhoneNumberAssociationNamePhoneNumberAssociationName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhoneNumberAssociationNamePhoneNumberAssociation. name()Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.static PhoneNumberAssociationNamePhoneNumberAssociationName. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberAssociationName[]PhoneNumberAssociationName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type PhoneNumberAssociationName Modifier and Type Method Description static Set<PhoneNumberAssociationName>PhoneNumberAssociationName. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type PhoneNumberAssociationName Modifier and Type Method Description ListPhoneNumbersRequest.BuilderListPhoneNumbersRequest.Builder. filterName(PhoneNumberAssociationName filterName)The filter to use to limit the number of results.PhoneNumberAssociation.BuilderPhoneNumberAssociation.Builder. name(PhoneNumberAssociationName name)Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
-