Uses of Class
software.amazon.awssdk.services.chime.model.Participant
-
Packages that use Participant Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Participant in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type Participant Modifier and Type Method Description List<Participant>ProxySession. participants()The proxy session participants.Methods in software.amazon.awssdk.services.chime.model with parameters of type Participant Modifier and Type Method Description ProxySession.BuilderProxySession.Builder. participants(Participant... participants)The proxy session participants.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type Participant Modifier and Type Method Description ProxySession.BuilderProxySession.Builder. participants(Collection<Participant> participants)The proxy session participants.
-