Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantTokenCapability
-
Packages that use ParticipantTokenCapability Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantTokenCapability in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantTokenCapability Modifier and Type Method Description static ParticipantTokenCapabilityParticipantTokenCapability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ParticipantTokenCapabilityParticipantTokenCapability. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantTokenCapability[]ParticipantTokenCapability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ParticipantTokenCapability Modifier and Type Method Description List<ParticipantTokenCapability>CreateParticipantTokenRequest. capabilities()Set of capabilities that the user is allowed to perform in the stage.List<ParticipantTokenCapability>ParticipantToken. capabilities()Set of capabilities that the user is allowed to perform in the stage.List<ParticipantTokenCapability>ParticipantTokenConfiguration. capabilities()Set of capabilities that the user is allowed to perform in the stage.static Set<ParticipantTokenCapability>ParticipantTokenCapability. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantTokenCapability Modifier and Type Method Description CreateParticipantTokenRequest.BuilderCreateParticipantTokenRequest.Builder. capabilities(ParticipantTokenCapability... capabilities)Set of capabilities that the user is allowed to perform in the stage.ParticipantToken.BuilderParticipantToken.Builder. capabilities(ParticipantTokenCapability... capabilities)Set of capabilities that the user is allowed to perform in the stage.ParticipantTokenConfiguration.BuilderParticipantTokenConfiguration.Builder. capabilities(ParticipantTokenCapability... capabilities)Set of capabilities that the user is allowed to perform in the stage.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type ParticipantTokenCapability Modifier and Type Method Description CreateParticipantTokenRequest.BuilderCreateParticipantTokenRequest.Builder. capabilities(Collection<ParticipantTokenCapability> capabilities)Set of capabilities that the user is allowed to perform in the stage.ParticipantToken.BuilderParticipantToken.Builder. capabilities(Collection<ParticipantTokenCapability> capabilities)Set of capabilities that the user is allowed to perform in the stage.ParticipantTokenConfiguration.BuilderParticipantTokenConfiguration.Builder. capabilities(Collection<ParticipantTokenCapability> capabilities)Set of capabilities that the user is allowed to perform in the stage.
-