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