| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
List<InputSource> |
DescribeInputResponse.sources()
A list of the sources of the input (PULL-type).
|
List<InputSource> |
Input.sources()
A list of the sources of the input (PULL-type).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.sources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
Input.Builder |
Input.Builder.sources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.sources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
Input.Builder |
Input.Builder.sources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
Copyright © 2022. All rights reserved.