Uses of Class
software.amazon.awssdk.services.directconnect.model.AllocatePrivateVirtualInterfaceRequest
-
Packages that use AllocatePrivateVirtualInterfaceRequest 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.software.amazon.awssdk.services.directconnect.transform -
-
Uses of AllocatePrivateVirtualInterfaceRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type AllocatePrivateVirtualInterfaceRequest Modifier and Type Method Description default CompletableFuture<AllocatePrivateVirtualInterfaceResponse>DirectConnectAsyncClient. allocatePrivateVirtualInterface(AllocatePrivateVirtualInterfaceRequest 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. -
Uses of AllocatePrivateVirtualInterfaceRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type AllocatePrivateVirtualInterfaceRequest Modifier and Type Method Description SdkHttpFullRequestAllocatePrivateVirtualInterfaceRequestMarshaller. marshall(AllocatePrivateVirtualInterfaceRequest allocatePrivateVirtualInterfaceRequest)
-