Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantTokenConfiguration
-
Packages that use ParticipantTokenConfiguration Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantTokenConfiguration in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ParticipantTokenConfiguration Modifier and Type Method Description List<ParticipantTokenConfiguration>CreateStageRequest. participantTokenConfigurations()Array of participant token configuration objects to attach to the new stage.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantTokenConfiguration Modifier and Type Method Description CreateStageRequest.BuilderCreateStageRequest.Builder. participantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)Array of participant token configuration objects to attach to the new stage.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type ParticipantTokenConfiguration Modifier and Type Method Description CreateStageRequest.BuilderCreateStageRequest.Builder. participantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)Array of participant token configuration objects to attach to the new stage.
-