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