Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetParticipantResponse
-
Packages that use GetParticipantResponse Package Description software.amazon.awssdk.services.ivsrealtime Introduction -
-
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.
-