Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetStageResponse
-
Packages that use GetStageResponse 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 GetStageResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return GetStageResponse Modifier and Type Method Description default GetStageResponseIvsRealTimeClient. getStage(Consumer<GetStageRequest.Builder> getStageRequest)Gets information for the specified stage.default GetStageResponseIvsRealTimeClient. getStage(GetStageRequest getStageRequest)Gets information for the specified stage.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type GetStageResponse Modifier and Type Method Description default CompletableFuture<GetStageResponse>IvsRealTimeAsyncClient. getStage(Consumer<GetStageRequest.Builder> getStageRequest)Gets information for the specified stage.default CompletableFuture<GetStageResponse>IvsRealTimeAsyncClient. getStage(GetStageRequest getStageRequest)Gets information for the specified stage.
-