Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.StartCompositionResponse
-
Packages that use StartCompositionResponse 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 StartCompositionResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return StartCompositionResponse Modifier and Type Method Description default StartCompositionResponseIvsRealTimeClient. startComposition(Consumer<StartCompositionRequest.Builder> startCompositionRequest)Starts a Composition from a stage based on the configuration provided in the request.default StartCompositionResponseIvsRealTimeClient. startComposition(StartCompositionRequest startCompositionRequest)Starts a Composition from a stage based on the configuration provided in the request.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type StartCompositionResponse Modifier and Type Method Description default CompletableFuture<StartCompositionResponse>IvsRealTimeAsyncClient. startComposition(Consumer<StartCompositionRequest.Builder> startCompositionRequest)Starts a Composition from a stage based on the configuration provided in the request.default CompletableFuture<StartCompositionResponse>IvsRealTimeAsyncClient. startComposition(StartCompositionRequest startCompositionRequest)Starts a Composition from a stage based on the configuration provided in the request.
-