| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2.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.withUrl(String url)
The ingest domain URL where the source stream should be sent.
|
| Modifier and Type | Method and Description |
|---|---|
List<IngestEndpoint> |
UpdateChannelResult.getIngestEndpoints() |
List<IngestEndpoint> |
GetChannelResult.getIngestEndpoints() |
List<IngestEndpoint> |
CreateChannelResult.getIngestEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
UpdateChannelResult.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any).
|
GetChannelResult |
GetChannelResult.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any).
|
CreateChannelResult |
CreateChannelResult.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateChannelResult.setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
void |
GetChannelResult.setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
void |
CreateChannelResult.setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
UpdateChannelResult |
UpdateChannelResult.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
GetChannelResult |
GetChannelResult.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
CreateChannelResult |
CreateChannelResult.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
Copyright © 2023. All rights reserved.