Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListIngestConfigurationsResponse
-
Packages that use ListIngestConfigurationsResponse 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.software.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListIngestConfigurationsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListIngestConfigurationsResponse Modifier and Type Method Description default ListIngestConfigurationsResponseIvsRealTimeClient. listIngestConfigurations(Consumer<ListIngestConfigurationsRequest.Builder> listIngestConfigurationsRequest)Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.default ListIngestConfigurationsResponseIvsRealTimeClient. listIngestConfigurations(ListIngestConfigurationsRequest listIngestConfigurationsRequest)Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListIngestConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListIngestConfigurationsResponse>IvsRealTimeAsyncClient. listIngestConfigurations(Consumer<ListIngestConfigurationsRequest.Builder> listIngestConfigurationsRequest)Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.default CompletableFuture<ListIngestConfigurationsResponse>IvsRealTimeAsyncClient. listIngestConfigurations(ListIngestConfigurationsRequest listIngestConfigurationsRequest)Lists all IngestConfigurations in your account, in the AWS region where the API request is processed. -
Uses of ListIngestConfigurationsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListIngestConfigurationsResponse Modifier and Type Method Description Iterator<ListIngestConfigurationsResponse>ListIngestConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListIngestConfigurationsResponse Modifier and Type Method Description voidListIngestConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIngestConfigurationsResponse> subscriber)
-