Uses of Class
software.amazon.awssdk.services.directconnect.model.DeleteBgpPeerResponse
-
Packages that use DeleteBgpPeerResponse 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 DeleteBgpPeerResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DeleteBgpPeerResponse Modifier and Type Method Description default DeleteBgpPeerResponseDirectConnectClient. deleteBGPPeer(Consumer<DeleteBgpPeerRequest.Builder> deleteBgpPeerRequest)Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.default DeleteBgpPeerResponseDirectConnectClient. deleteBGPPeer(DeleteBgpPeerRequest deleteBgpPeerRequest)Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DeleteBgpPeerResponse Modifier and Type Method Description default CompletableFuture<DeleteBgpPeerResponse>DirectConnectAsyncClient. deleteBGPPeer(Consumer<DeleteBgpPeerRequest.Builder> deleteBgpPeerRequest)Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.default CompletableFuture<DeleteBgpPeerResponse>DirectConnectAsyncClient. deleteBGPPeer(DeleteBgpPeerRequest deleteBgpPeerRequest)Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
-