Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.CreateIngestConfigurationResponse
-
Packages that use CreateIngestConfigurationResponse 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 CreateIngestConfigurationResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return CreateIngestConfigurationResponse Modifier and Type Method Description default CreateIngestConfigurationResponseIvsRealTimeClient. createIngestConfiguration(Consumer<CreateIngestConfigurationRequest.Builder> createIngestConfigurationRequest)Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.default CreateIngestConfigurationResponseIvsRealTimeClient. createIngestConfiguration(CreateIngestConfigurationRequest createIngestConfigurationRequest)Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type CreateIngestConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateIngestConfigurationResponse>IvsRealTimeAsyncClient. createIngestConfiguration(Consumer<CreateIngestConfigurationRequest.Builder> createIngestConfigurationRequest)Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.default CompletableFuture<CreateIngestConfigurationResponse>IvsRealTimeAsyncClient. createIngestConfiguration(CreateIngestConfigurationRequest createIngestConfigurationRequest)Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.
-