Uses of Class
software.amazon.awssdk.services.directconnect.model.AllocatePublicVirtualInterfaceRequest
-
Packages that use AllocatePublicVirtualInterfaceRequest 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 AllocatePublicVirtualInterfaceRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type AllocatePublicVirtualInterfaceRequest Modifier and Type Method Description default CompletableFuture<AllocatePublicVirtualInterfaceResponse>DirectConnectAsyncClient. allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)Provisions a public virtual interface to be owned by the specified Amazon Web Services account.default AllocatePublicVirtualInterfaceResponseDirectConnectClient. allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)Provisions a public virtual interface to be owned by the specified Amazon Web Services account. -
Uses of AllocatePublicVirtualInterfaceRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type AllocatePublicVirtualInterfaceRequest Modifier and Type Method Description SdkHttpFullRequestAllocatePublicVirtualInterfaceRequestMarshaller. marshall(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
-