Uses of Class
com.amazonaws.services.directconnect.model.NewPublicVirtualInterfaceAllocation
Packages that use NewPublicVirtualInterfaceAllocation
-
Uses of NewPublicVirtualInterfaceAllocation in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return NewPublicVirtualInterfaceAllocationModifier and TypeMethodDescriptionNewPublicVirtualInterfaceAllocation.clone()
AllocatePublicVirtualInterfaceRequest.getNewPublicVirtualInterfaceAllocation()
Detailed information for the public virtual interface to be provisioned.NewPublicVirtualInterfaceAllocation.withAmazonAddress
(String amazonAddress) NewPublicVirtualInterfaceAllocation.withAuthKey
(String authKey) NewPublicVirtualInterfaceAllocation.withCustomerAddress
(String customerAddress) NewPublicVirtualInterfaceAllocation.withRouteFilterPrefixes
(RouteFilterPrefix... routeFilterPrefixes) NOTE: This method appends the values to the existing list (if any).NewPublicVirtualInterfaceAllocation.withRouteFilterPrefixes
(Collection<RouteFilterPrefix> routeFilterPrefixes) NewPublicVirtualInterfaceAllocation.withVirtualInterfaceName
(String virtualInterfaceName) Methods in com.amazonaws.services.directconnect.model with parameters of type NewPublicVirtualInterfaceAllocationModifier and TypeMethodDescriptionvoid
AllocatePublicVirtualInterfaceRequest.setNewPublicVirtualInterfaceAllocation
(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.AllocatePublicVirtualInterfaceRequest.withNewPublicVirtualInterfaceAllocation
(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.