Uses of Class
software.amazon.awssdk.services.directconnect.model.ConfirmPrivateVirtualInterfaceResponse
-
Packages that use ConfirmPrivateVirtualInterfaceResponse 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 ConfirmPrivateVirtualInterfaceResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return ConfirmPrivateVirtualInterfaceResponse Modifier and Type Method Description default ConfirmPrivateVirtualInterfaceResponseDirectConnectClient. confirmPrivateVirtualInterface(Consumer<ConfirmPrivateVirtualInterfaceRequest.Builder> confirmPrivateVirtualInterfaceRequest)Accepts ownership of a private virtual interface created by another Amazon Web Services account.default ConfirmPrivateVirtualInterfaceResponseDirectConnectClient. confirmPrivateVirtualInterface(ConfirmPrivateVirtualInterfaceRequest confirmPrivateVirtualInterfaceRequest)Accepts ownership of a private virtual interface created by another Amazon Web Services account.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type ConfirmPrivateVirtualInterfaceResponse Modifier and Type Method Description default CompletableFuture<ConfirmPrivateVirtualInterfaceResponse>DirectConnectAsyncClient. confirmPrivateVirtualInterface(Consumer<ConfirmPrivateVirtualInterfaceRequest.Builder> confirmPrivateVirtualInterfaceRequest)Accepts ownership of a private virtual interface created by another Amazon Web Services account.default CompletableFuture<ConfirmPrivateVirtualInterfaceResponse>DirectConnectAsyncClient. confirmPrivateVirtualInterface(ConfirmPrivateVirtualInterfaceRequest confirmPrivateVirtualInterfaceRequest)Accepts ownership of a private virtual interface created by another Amazon Web Services account.
-