Uses of Class
software.amazon.awssdk.services.mediaconnect.model.VpcInterface
-
Packages that use VpcInterface Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of VpcInterface in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type VpcInterface Modifier and Type Method Description List<VpcInterface>AddFlowVpcInterfacesResponse. vpcInterfaces()The details of the newly added VPC interfaces.List<VpcInterface>Flow. vpcInterfaces()The VPC Interfaces for this flow.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type VpcInterface Modifier and Type Method Description AddFlowVpcInterfacesResponse.BuilderAddFlowVpcInterfacesResponse.Builder. vpcInterfaces(VpcInterface... vpcInterfaces)The details of the newly added VPC interfaces.Flow.BuilderFlow.Builder. vpcInterfaces(VpcInterface... vpcInterfaces)The VPC Interfaces for this flow.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type VpcInterface Modifier and Type Method Description AddFlowVpcInterfacesResponse.BuilderAddFlowVpcInterfacesResponse.Builder. vpcInterfaces(Collection<VpcInterface> vpcInterfaces)The details of the newly added VPC interfaces.Flow.BuilderFlow.Builder. vpcInterfaces(Collection<VpcInterface> vpcInterfaces)The VPC Interfaces for this flow.
-