| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
InputSource.clone() |
InputSource |
InputSource.withPasswordParam(String passwordParam)
The key used to extract the password from EC2 Parameter store.
|
InputSource |
InputSource.withUrl(String url)
This represents the customer's source URL where stream is pulled from.
|
InputSource |
InputSource.withUsername(String username)
The username for the input source.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputSource> |
Input.getSources()
A list of the sources of the input (PULL-type).
|
List<InputSource> |
DescribeInputResult.getSources()
A list of the sources of the input (PULL-type).
|
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.withSources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResult |
DescribeInputResult.withSources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setSources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
void |
DescribeInputResult.setSources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
Input |
Input.withSources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResult |
DescribeInputResult.withSources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
Copyright © 2019. All rights reserved.