Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantToken
-
Packages that use ParticipantToken Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantToken in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantToken Modifier and Type Method Description ParticipantTokenCreateParticipantTokenResponse. participantToken()The participant token that was created.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ParticipantToken Modifier and Type Method Description List<ParticipantToken>CreateStageResponse. participantTokens()Participant tokens attached to the stage.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantToken Modifier and Type Method Description CreateParticipantTokenResponse.BuilderCreateParticipantTokenResponse.Builder. participantToken(ParticipantToken participantToken)The participant token that was created.CreateStageResponse.BuilderCreateStageResponse.Builder. participantTokens(ParticipantToken... participantTokens)Participant tokens attached to the stage.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type ParticipantToken Modifier and Type Method Description CreateStageResponse.BuilderCreateStageResponse.Builder. participantTokens(Collection<ParticipantToken> participantTokens)Participant tokens attached to the stage.
-