Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.UpdateStageRequest
-
Packages that use UpdateStageRequest 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.transform -
-
Uses of UpdateStageRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type UpdateStageRequest Modifier and Type Method Description default CompletableFuture<UpdateStageResponse>IvsRealTimeAsyncClient. updateStage(UpdateStageRequest updateStageRequest)Updates a stage’s configuration.default UpdateStageResponseIvsRealTimeClient. updateStage(UpdateStageRequest updateStageRequest)Updates a stage’s configuration. -
Uses of UpdateStageRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type UpdateStageRequest Modifier and Type Method Description SdkHttpFullRequestUpdateStageRequestMarshaller. marshall(UpdateStageRequest updateStageRequest)
-