Uses of Class
software.amazon.awssdk.services.directconnect.model.AllocateTransitVirtualInterfaceResponse
-
Packages that use AllocateTransitVirtualInterfaceResponse 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 AllocateTransitVirtualInterfaceResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return AllocateTransitVirtualInterfaceResponse Modifier and Type Method Description default AllocateTransitVirtualInterfaceResponseDirectConnectClient. allocateTransitVirtualInterface(Consumer<AllocateTransitVirtualInterfaceRequest.Builder> allocateTransitVirtualInterfaceRequest)Provisions a transit virtual interface to be owned by the specified Amazon Web Services account.default AllocateTransitVirtualInterfaceResponseDirectConnectClient. allocateTransitVirtualInterface(AllocateTransitVirtualInterfaceRequest allocateTransitVirtualInterfaceRequest)Provisions a transit 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 AllocateTransitVirtualInterfaceResponse Modifier and Type Method Description default CompletableFuture<AllocateTransitVirtualInterfaceResponse>DirectConnectAsyncClient. allocateTransitVirtualInterface(Consumer<AllocateTransitVirtualInterfaceRequest.Builder> allocateTransitVirtualInterfaceRequest)Provisions a transit virtual interface to be owned by the specified Amazon Web Services account.default CompletableFuture<AllocateTransitVirtualInterfaceResponse>DirectConnectAsyncClient. allocateTransitVirtualInterface(AllocateTransitVirtualInterfaceRequest allocateTransitVirtualInterfaceRequest)Provisions a transit virtual interface to be owned by the specified Amazon Web Services account.
-