Uses of Class
software.amazon.awssdk.services.mediaconnect.model.InterfaceRequest
-
Packages that use InterfaceRequest Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of InterfaceRequest in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return InterfaceRequest Modifier and Type Method Description InterfaceRequestDestinationConfigurationRequest. interfaceValue()The VPC interface that you want to use for the media stream associated with the output.InterfaceRequestInputConfigurationRequest. interfaceValue()The VPC interface that you want to use for the incoming media stream.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type InterfaceRequest Modifier and Type Method Description DestinationConfigurationRequest.BuilderDestinationConfigurationRequest.Builder. interfaceValue(InterfaceRequest interfaceValue)The VPC interface that you want to use for the media stream associated with the output.InputConfigurationRequest.BuilderInputConfigurationRequest.Builder. interfaceValue(InterfaceRequest interfaceValue)The VPC interface that you want to use for the incoming media stream.
-