Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.CreateParticipantTokenResponse
-
Packages that use CreateParticipantTokenResponse 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. -
-
Uses of CreateParticipantTokenResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return CreateParticipantTokenResponse Modifier and Type Method Description default CreateParticipantTokenResponseIvsRealTimeClient. createParticipantToken(Consumer<CreateParticipantTokenRequest.Builder> createParticipantTokenRequest)Creates an additional token for a specified stage.default CreateParticipantTokenResponseIvsRealTimeClient. createParticipantToken(CreateParticipantTokenRequest createParticipantTokenRequest)Creates an additional token for a specified stage.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type CreateParticipantTokenResponse Modifier and Type Method Description default CompletableFuture<CreateParticipantTokenResponse>IvsRealTimeAsyncClient. createParticipantToken(Consumer<CreateParticipantTokenRequest.Builder> createParticipantTokenRequest)Creates an additional token for a specified stage.default CompletableFuture<CreateParticipantTokenResponse>IvsRealTimeAsyncClient. createParticipantToken(CreateParticipantTokenRequest createParticipantTokenRequest)Creates an additional token for a specified stage.
-