Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Interface
-
Packages that use Interface Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Interface in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Interface Modifier and Type Method Description InterfaceDestinationConfiguration. interfaceValue()The VPC interface that is used for the media stream associated with the output.InterfaceInputConfiguration. interfaceValue()The VPC interface where the media stream comes in from.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Interface Modifier and Type Method Description DestinationConfiguration.BuilderDestinationConfiguration.Builder. interfaceValue(Interface interfaceValue)The VPC interface that is used for the media stream associated with the output.InputConfiguration.BuilderInputConfiguration.Builder. interfaceValue(Interface interfaceValue)The VPC interface where the media stream comes in from.
-