Uses of Class
software.amazon.awssdk.services.directconnect.model.VirtualInterface
-
Packages that use VirtualInterface Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of VirtualInterface in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return VirtualInterface Modifier and Type Method Description VirtualInterfaceAllocateTransitVirtualInterfaceResponse. virtualInterface()Returns the value of the VirtualInterface property for this object.VirtualInterfaceCreateBgpPeerResponse. virtualInterface()The virtual interface.VirtualInterfaceCreateTransitVirtualInterfaceResponse. virtualInterface()Returns the value of the VirtualInterface property for this object.VirtualInterfaceDeleteBgpPeerResponse. virtualInterface()The virtual interface.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type VirtualInterface Modifier and Type Method Description List<VirtualInterface>DescribeVirtualInterfacesResponse. virtualInterfaces()The virtual interfacesMethods in software.amazon.awssdk.services.directconnect.model with parameters of type VirtualInterface Modifier and Type Method Description AllocateTransitVirtualInterfaceResponse.BuilderAllocateTransitVirtualInterfaceResponse.Builder. virtualInterface(VirtualInterface virtualInterface)Sets the value of the VirtualInterface property for this object.CreateBgpPeerResponse.BuilderCreateBgpPeerResponse.Builder. virtualInterface(VirtualInterface virtualInterface)The virtual interface.CreateTransitVirtualInterfaceResponse.BuilderCreateTransitVirtualInterfaceResponse.Builder. virtualInterface(VirtualInterface virtualInterface)Sets the value of the VirtualInterface property for this object.DeleteBgpPeerResponse.BuilderDeleteBgpPeerResponse.Builder. virtualInterface(VirtualInterface virtualInterface)The virtual interface.DescribeVirtualInterfacesResponse.BuilderDescribeVirtualInterfacesResponse.Builder. virtualInterfaces(VirtualInterface... virtualInterfaces)The virtual interfacesMethod parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type VirtualInterface Modifier and Type Method Description DescribeVirtualInterfacesResponse.BuilderDescribeVirtualInterfacesResponse.Builder. virtualInterfaces(Collection<VirtualInterface> virtualInterfaces)The virtual interfaces
-