Uses of Class
software.amazon.awssdk.services.mediaconnect.model.VpcInterfaceRequest
-
Packages that use VpcInterfaceRequest Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of VpcInterfaceRequest in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type VpcInterfaceRequest Modifier and Type Method Description List<VpcInterfaceRequest>AddFlowVpcInterfacesRequest. vpcInterfaces()A list of VPC interfaces that you want to add.List<VpcInterfaceRequest>CreateFlowRequest. vpcInterfaces()The VPC interfaces you want on the flow.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type VpcInterfaceRequest Modifier and Type Method Description AddFlowVpcInterfacesRequest.BuilderAddFlowVpcInterfacesRequest.Builder. vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)A list of VPC interfaces that you want to add.CreateFlowRequest.BuilderCreateFlowRequest.Builder. vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)The VPC interfaces you want on the flow.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type VpcInterfaceRequest Modifier and Type Method Description AddFlowVpcInterfacesRequest.BuilderAddFlowVpcInterfacesRequest.Builder. vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)A list of VPC interfaces that you want to add.CreateFlowRequest.BuilderCreateFlowRequest.Builder. vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)The VPC interfaces you want on the flow.
-