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