Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.DeleteStageRequest
-
Packages that use DeleteStageRequest 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 DeleteStageRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type DeleteStageRequest Modifier and Type Method Description default CompletableFuture<DeleteStageResponse>IvsRealTimeAsyncClient. deleteStage(DeleteStageRequest deleteStageRequest)Shuts down and deletes the specified stage (disconnecting all participants).default DeleteStageResponseIvsRealTimeClient. deleteStage(DeleteStageRequest deleteStageRequest)Shuts down and deletes the specified stage (disconnecting all participants). -
Uses of DeleteStageRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type DeleteStageRequest Modifier and Type Method Description SdkHttpFullRequestDeleteStageRequestMarshaller. marshall(DeleteStageRequest deleteStageRequest)
-