Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetStageSessionResponse
-
Packages that use GetStageSessionResponse 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 GetStageSessionResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return GetStageSessionResponse Modifier and Type Method Description default GetStageSessionResponseIvsRealTimeClient. getStageSession(Consumer<GetStageSessionRequest.Builder> getStageSessionRequest)Gets information for the specified stage session.default GetStageSessionResponseIvsRealTimeClient. getStageSession(GetStageSessionRequest getStageSessionRequest)Gets information for the specified stage session.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type GetStageSessionResponse Modifier and Type Method Description default CompletableFuture<GetStageSessionResponse>IvsRealTimeAsyncClient. getStageSession(Consumer<GetStageSessionRequest.Builder> getStageSessionRequest)Gets information for the specified stage session.default CompletableFuture<GetStageSessionResponse>IvsRealTimeAsyncClient. getStageSession(GetStageSessionRequest getStageSessionRequest)Gets information for the specified stage session.
-