| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Participant |
Participant.clone() |
Participant |
Participant.withPhoneNumber(String phoneNumber)
The participant's phone number.
|
Participant |
Participant.withProxyPhoneNumber(String proxyPhoneNumber)
The participant's proxy phone number.
|
| Modifier and Type | Method and Description |
|---|---|
List<Participant> |
ProxySession.getParticipants()
The proxy session participants.
|
| Modifier and Type | Method and Description |
|---|---|
ProxySession |
ProxySession.withParticipants(Participant... participants)
The proxy session participants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxySession.setParticipants(Collection<Participant> participants)
The proxy session participants.
|
ProxySession |
ProxySession.withParticipants(Collection<Participant> participants)
The proxy session participants.
|
Copyright © 2023. All rights reserved.