Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetIngestConfigurationResponse
-
Packages that use GetIngestConfigurationResponse 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 GetIngestConfigurationResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return GetIngestConfigurationResponse Modifier and Type Method Description default GetIngestConfigurationResponseIvsRealTimeClient. getIngestConfiguration(Consumer<GetIngestConfigurationRequest.Builder> getIngestConfigurationRequest)Gets information about the specified IngestConfiguration.default GetIngestConfigurationResponseIvsRealTimeClient. getIngestConfiguration(GetIngestConfigurationRequest getIngestConfigurationRequest)Gets information about the specified IngestConfiguration.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type GetIngestConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetIngestConfigurationResponse>IvsRealTimeAsyncClient. getIngestConfiguration(Consumer<GetIngestConfigurationRequest.Builder> getIngestConfigurationRequest)Gets information about the specified IngestConfiguration.default CompletableFuture<GetIngestConfigurationResponse>IvsRealTimeAsyncClient. getIngestConfiguration(GetIngestConfigurationRequest getIngestConfigurationRequest)Gets information about the specified IngestConfiguration.
-