Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.UpdateStageResponse
-
Packages that use UpdateStageResponse Package Description software.amazon.awssdk.services.ivsrealtime Introduction -
-
Uses of UpdateStageResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return UpdateStageResponse Modifier and Type Method Description default UpdateStageResponseIvsRealTimeClient. updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)Updates a stage’s configuration.default UpdateStageResponseIvsRealTimeClient. updateStage(UpdateStageRequest updateStageRequest)Updates a stage’s configuration.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type UpdateStageResponse Modifier and Type Method Description default CompletableFuture<UpdateStageResponse>IvsRealTimeAsyncClient. updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)Updates a stage’s configuration.default CompletableFuture<UpdateStageResponse>IvsRealTimeAsyncClient. updateStage(UpdateStageRequest updateStageRequest)Updates a stage’s configuration.
-