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