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