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