| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberAssociation |
PhoneNumberAssociation.clone() |
PhoneNumberAssociation |
PhoneNumberAssociation.withAssociatedTimestamp(Date associatedTimestamp)
The timestamp of the phone number association, in ISO 8601 format.
|
PhoneNumberAssociation |
PhoneNumberAssociation.withName(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.
|
PhoneNumberAssociation |
PhoneNumberAssociation.withName(String name)
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon
Chime Voice Connector group ID.
|
PhoneNumberAssociation |
PhoneNumberAssociation.withValue(String value)
Contains the ID for the entity specified in Name.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberAssociation> |
PhoneNumber.getAssociations()
The phone number associations.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
PhoneNumber.withAssociations(PhoneNumberAssociation... associations)
The phone number associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumber.setAssociations(Collection<PhoneNumberAssociation> associations)
The phone number associations.
|
PhoneNumber |
PhoneNumber.withAssociations(Collection<PhoneNumberAssociation> associations)
The phone number associations.
|
Copyright © 2019. All rights reserved.