Uses of Class
software.amazon.awssdk.services.directconnect.model.AllocatePrivateVirtualInterfaceResponse
-
Packages that use AllocatePrivateVirtualInterfaceResponse Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. -
-
Uses of AllocatePrivateVirtualInterfaceResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return AllocatePrivateVirtualInterfaceResponse Modifier and Type Method Description default AllocatePrivateVirtualInterfaceResponseDirectConnectClient. allocatePrivateVirtualInterface(Consumer<AllocatePrivateVirtualInterfaceRequest.Builder> allocatePrivateVirtualInterfaceRequest)Provisions a private virtual interface to be owned by the specified Amazon Web Services account.default AllocatePrivateVirtualInterfaceResponseDirectConnectClient. allocatePrivateVirtualInterface(AllocatePrivateVirtualInterfaceRequest allocatePrivateVirtualInterfaceRequest)Provisions a private virtual interface to be owned by the specified Amazon Web Services account.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type AllocatePrivateVirtualInterfaceResponse Modifier and Type Method Description default CompletableFuture<AllocatePrivateVirtualInterfaceResponse>DirectConnectAsyncClient. allocatePrivateVirtualInterface(Consumer<AllocatePrivateVirtualInterfaceRequest.Builder> allocatePrivateVirtualInterfaceRequest)Provisions a private virtual interface to be owned by the specified Amazon Web Services account.default CompletableFuture<AllocatePrivateVirtualInterfaceResponse>DirectConnectAsyncClient. allocatePrivateVirtualInterface(AllocatePrivateVirtualInterfaceRequest allocatePrivateVirtualInterfaceRequest)Provisions a private virtual interface to be owned by the specified Amazon Web Services account.
-