Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.CreateParticipantTokenRequest
-
Packages that use CreateParticipantTokenRequest Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses.software.amazon.awssdk.services.ivsrealtime.transform -
-
Uses of CreateParticipantTokenRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type CreateParticipantTokenRequest Modifier and Type Method Description default CompletableFuture<CreateParticipantTokenResponse>IvsRealTimeAsyncClient. createParticipantToken(CreateParticipantTokenRequest createParticipantTokenRequest)Creates an additional token for a specified stage.default CreateParticipantTokenResponseIvsRealTimeClient. createParticipantToken(CreateParticipantTokenRequest createParticipantTokenRequest)Creates an additional token for a specified stage. -
Uses of CreateParticipantTokenRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type CreateParticipantTokenRequest Modifier and Type Method Description SdkHttpFullRequestCreateParticipantTokenRequestMarshaller. marshall(CreateParticipantTokenRequest createParticipantTokenRequest)
-