Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListStageSessionsResponse
-
Packages that use ListStageSessionsResponse 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.paginators -
-
Uses of ListStageSessionsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListStageSessionsResponse Modifier and Type Method Description default ListStageSessionsResponseIvsRealTimeClient. listStageSessions(Consumer<ListStageSessionsRequest.Builder> listStageSessionsRequest)Gets all sessions for a specified stage.default ListStageSessionsResponseIvsRealTimeClient. listStageSessions(ListStageSessionsRequest listStageSessionsRequest)Gets all sessions for a specified stage.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListStageSessionsResponse Modifier and Type Method Description default CompletableFuture<ListStageSessionsResponse>IvsRealTimeAsyncClient. listStageSessions(Consumer<ListStageSessionsRequest.Builder> listStageSessionsRequest)Gets all sessions for a specified stage.default CompletableFuture<ListStageSessionsResponse>IvsRealTimeAsyncClient. listStageSessions(ListStageSessionsRequest listStageSessionsRequest)Gets all sessions for a specified stage. -
Uses of ListStageSessionsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListStageSessionsResponse Modifier and Type Method Description Iterator<ListStageSessionsResponse>ListStageSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListStageSessionsResponse Modifier and Type Method Description voidListStageSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStageSessionsResponse> subscriber)
-