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