| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBgpPeerResponse |
DirectConnectClient.deleteBGPPeer(Consumer<DeleteBgpPeerRequest.Builder> deleteBgpPeerRequest)
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
|
default DeleteBgpPeerResponse |
DirectConnectClient.deleteBGPPeer(DeleteBgpPeerRequest deleteBgpPeerRequest)
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.