Uses of Class
com.amazonaws.services.directconnect.model.VirtualInterface
Packages that use VirtualInterface
-
Uses of VirtualInterface in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return VirtualInterfaceModifier and TypeMethodDescriptionVirtualInterface.clone()VirtualInterface.withAmazonAddress(String amazonAddress) VirtualInterface.withAuthKey(String authKey) VirtualInterface.withConnectionId(String connectionId) VirtualInterface.withCustomerAddress(String customerAddress) VirtualInterface.withCustomerRouterConfig(String customerRouterConfig) Information for generating the customer router configuration.VirtualInterface.withLocation(String location) VirtualInterface.withOwnerAccount(String ownerAccount) The AWS account that will own the new virtual interface.VirtualInterface.withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes) NOTE: This method appends the values to the existing list (if any).VirtualInterface.withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes) VirtualInterface.withVirtualGatewayId(String virtualGatewayId) VirtualInterface.withVirtualInterfaceId(String virtualInterfaceId) VirtualInterface.withVirtualInterfaceName(String virtualInterfaceName) VirtualInterface.withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState) VirtualInterface.withVirtualInterfaceState(String virtualInterfaceState) VirtualInterface.withVirtualInterfaceType(String virtualInterfaceType) Methods in com.amazonaws.services.directconnect.model that return types with arguments of type VirtualInterfaceModifier and TypeMethodDescriptionDescribeVirtualInterfacesResult.getVirtualInterfaces()A list of virtual interfaces.Methods in com.amazonaws.services.directconnect.model with parameters of type VirtualInterfaceModifier and TypeMethodDescriptionDescribeVirtualInterfacesResult.withVirtualInterfaces(VirtualInterface... virtualInterfaces) A list of virtual interfaces.Method parameters in com.amazonaws.services.directconnect.model with type arguments of type VirtualInterfaceModifier and TypeMethodDescriptionvoidDescribeVirtualInterfacesResult.setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces) A list of virtual interfaces.DescribeVirtualInterfacesResult.withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces) A list of virtual interfaces.