Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetParticipantResponse
-
Packages that use GetParticipantResponse 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 GetParticipantResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return GetParticipantResponse Modifier and Type Method Description default GetParticipantResponseIvsRealTimeClient. getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)Gets information about the specified participant token.default GetParticipantResponseIvsRealTimeClient. getParticipant(GetParticipantRequest getParticipantRequest)Gets information about the specified participant token.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type GetParticipantResponse Modifier and Type Method Description default CompletableFuture<GetParticipantResponse>IvsRealTimeAsyncClient. getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)Gets information about the specified participant token.default CompletableFuture<GetParticipantResponse>IvsRealTimeAsyncClient. getParticipant(GetParticipantRequest getParticipantRequest)Gets information about the specified participant token.
-