Uses of Class
software.amazon.awssdk.services.mediapackage.model.IngestEndpoint
-
Packages that use IngestEndpoint Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of IngestEndpoint in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type IngestEndpoint Modifier and Type Method Description List<IngestEndpoint>HlsIngest. ingestEndpoints()A list of endpoints to which the source stream should be sent.Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type IngestEndpoint Modifier and Type Method Description HlsIngest.BuilderHlsIngest.Builder. ingestEndpoints(IngestEndpoint... ingestEndpoints)A list of endpoints to which the source stream should be sent.Method parameters in software.amazon.awssdk.services.mediapackage.model with type arguments of type IngestEndpoint Modifier and Type Method Description HlsIngest.BuilderHlsIngest.Builder. ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)A list of endpoints to which the source stream should be sent.
-