Uses of Class
com.amazonaws.services.directconnect.model.NewPublicVirtualInterface
Packages that use NewPublicVirtualInterface
-
Uses of NewPublicVirtualInterface in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return NewPublicVirtualInterfaceModifier and TypeMethodDescriptionNewPublicVirtualInterface.clone()
CreatePublicVirtualInterfaceRequest.getNewPublicVirtualInterface()
Detailed information for the public virtual interface to be created.NewPublicVirtualInterface.withAmazonAddress
(String amazonAddress) NewPublicVirtualInterface.withAuthKey
(String authKey) NewPublicVirtualInterface.withCustomerAddress
(String customerAddress) NewPublicVirtualInterface.withRouteFilterPrefixes
(RouteFilterPrefix... routeFilterPrefixes) NOTE: This method appends the values to the existing list (if any).NewPublicVirtualInterface.withRouteFilterPrefixes
(Collection<RouteFilterPrefix> routeFilterPrefixes) NewPublicVirtualInterface.withVirtualInterfaceName
(String virtualInterfaceName) Methods in com.amazonaws.services.directconnect.model with parameters of type NewPublicVirtualInterfaceModifier and TypeMethodDescriptionvoid
CreatePublicVirtualInterfaceRequest.setNewPublicVirtualInterface
(NewPublicVirtualInterface newPublicVirtualInterface) Detailed information for the public virtual interface to be created.CreatePublicVirtualInterfaceRequest.withNewPublicVirtualInterface
(NewPublicVirtualInterface newPublicVirtualInterface) Detailed information for the public virtual interface to be created.