| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDestination |
InputDestination.clone() |
InputDestination |
InputDestination.withIp(String ip)
The system-generated static IP address of endpoint.
|
InputDestination |
InputDestination.withPort(String port)
The port number for the input.
|
InputDestination |
InputDestination.withUrl(String url)
This represents the endpoint that the customer stream will be pushed to.
|
InputDestination |
InputDestination.withVpc(InputDestinationVpc vpc) |
| Modifier and Type | Method and Description |
|---|---|
List<InputDestination> |
DescribeInputResult.getDestinations()
A list of the destinations of the input (PUSH-type).
|
List<InputDestination> |
Input.getDestinations()
A list of the destinations of the input (PUSH-type).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResult |
DescribeInputResult.withDestinations(InputDestination... destinations)
A list of the destinations of the input (PUSH-type).
|
Input |
Input.withDestinations(InputDestination... destinations)
A list of the destinations of the input (PUSH-type).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInputResult.setDestinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
void |
Input.setDestinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResult |
DescribeInputResult.withDestinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
Input |
Input.withDestinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
Copyright © 2024. All rights reserved.