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