| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfigurationRequest |
DestinationConfigurationRequest.clone() |
DestinationConfigurationRequest |
DestinationConfigurationRequest.withDestinationIp(String destinationIp)
The IP address where you want MediaConnect to send contents of the media stream.
|
DestinationConfigurationRequest |
DestinationConfigurationRequest.withDestinationPort(Integer destinationPort)
The port that you want MediaConnect to use when it distributes the media stream to the output.
|
DestinationConfigurationRequest |
DestinationConfigurationRequest.withInterface(InterfaceRequest interfaceValue)
The VPC interface that you want to use for the media stream associated with the output.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationConfigurationRequest> |
MediaStreamOutputConfigurationRequest.getDestinationConfigurations()
The transport parameters that you want to associate with the media stream.
|
| Modifier and Type | Method and Description |
|---|---|
MediaStreamOutputConfigurationRequest |
MediaStreamOutputConfigurationRequest.withDestinationConfigurations(DestinationConfigurationRequest... destinationConfigurations)
The transport parameters that you want to associate with the media stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStreamOutputConfigurationRequest.setDestinationConfigurations(Collection<DestinationConfigurationRequest> destinationConfigurations)
The transport parameters that you want to associate with the media stream.
|
MediaStreamOutputConfigurationRequest |
MediaStreamOutputConfigurationRequest.withDestinationConfigurations(Collection<DestinationConfigurationRequest> destinationConfigurations)
The transport parameters that you want to associate with the media stream.
|
Copyright © 2024. All rights reserved.