| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
Participant |
Participant.clone() |
Participant |
Participant.withPhoneNumber(String phoneNumber) |
Participant |
Participant.withProxyPhoneNumber(String proxyPhoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<Participant> |
ProxySession.getParticipants() |
| Modifier and Type | Method and Description |
|---|---|
ProxySession |
ProxySession.withParticipants(Participant... participants)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxySession.setParticipants(Collection<Participant> participants) |
ProxySession |
ProxySession.withParticipants(Collection<Participant> participants) |
Copyright © 2023. All rights reserved.