| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
IngestEndpoint |
IngestEndpoint.clone() |
IngestEndpoint |
IngestEndpoint.withId(String id)
The system generated unique identifier for the IngestEndpoint
|
IngestEndpoint |
IngestEndpoint.withPassword(String password)
The system generated password for ingest authentication.
|
IngestEndpoint |
IngestEndpoint.withUrl(String url)
The ingest URL to which the source stream should be sent.
|
IngestEndpoint |
IngestEndpoint.withUsername(String username)
The system generated username for ingest authentication.
|
| Modifier and Type | Method and Description |
|---|---|
List<IngestEndpoint> |
HlsIngest.getIngestEndpoints()
A list of endpoints to which the source stream should be sent.
|
| Modifier and Type | Method and Description |
|---|---|
HlsIngest |
HlsIngest.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HlsIngest.setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
HlsIngest |
HlsIngest.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
Copyright © 2025. All rights reserved.