Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.IngestConfigurationSummary
-
Packages that use IngestConfigurationSummary Package Description software.amazon.awssdk.services.ivsrealtime.model software.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of IngestConfigurationSummary in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type IngestConfigurationSummary Modifier and Type Method Description List<IngestConfigurationSummary>ListIngestConfigurationsResponse. ingestConfigurations()List of the matching ingest configurations (summary information only).Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type IngestConfigurationSummary Modifier and Type Method Description ListIngestConfigurationsResponse.BuilderListIngestConfigurationsResponse.Builder. ingestConfigurations(IngestConfigurationSummary... ingestConfigurations)List of the matching ingest configurations (summary information only).Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type IngestConfigurationSummary Modifier and Type Method Description ListIngestConfigurationsResponse.BuilderListIngestConfigurationsResponse.Builder. ingestConfigurations(Collection<IngestConfigurationSummary> ingestConfigurations)List of the matching ingest configurations (summary information only). -
Uses of IngestConfigurationSummary in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type IngestConfigurationSummary Modifier and Type Method Description SdkIterable<IngestConfigurationSummary>ListIngestConfigurationsIterable. ingestConfigurations()Returns an iterable to iterate through the paginatedListIngestConfigurationsResponse.ingestConfigurations()member.SdkPublisher<IngestConfigurationSummary>ListIngestConfigurationsPublisher. ingestConfigurations()Returns a publisher that can be used to get a stream of data.
-