Uses of Class
com.amazonaws.services.directconnect.model.NewPrivateVirtualInterfaceAllocation
Packages that use NewPrivateVirtualInterfaceAllocation
-
Uses of NewPrivateVirtualInterfaceAllocation in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return NewPrivateVirtualInterfaceAllocationModifier and TypeMethodDescriptionNewPrivateVirtualInterfaceAllocation.clone()AllocatePrivateVirtualInterfaceRequest.getNewPrivateVirtualInterfaceAllocation()Detailed information for the private virtual interface to be provisioned.NewPrivateVirtualInterfaceAllocation.withAmazonAddress(String amazonAddress) NewPrivateVirtualInterfaceAllocation.withAuthKey(String authKey) NewPrivateVirtualInterfaceAllocation.withCustomerAddress(String customerAddress) NewPrivateVirtualInterfaceAllocation.withVirtualInterfaceName(String virtualInterfaceName) Methods in com.amazonaws.services.directconnect.model with parameters of type NewPrivateVirtualInterfaceAllocationModifier and TypeMethodDescriptionvoidAllocatePrivateVirtualInterfaceRequest.setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation) Detailed information for the private virtual interface to be provisioned.AllocatePrivateVirtualInterfaceRequest.withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation) Detailed information for the private virtual interface to be provisioned.