| 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 CreateBgpPeerResponse |
DirectConnectClient.createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
default CreateBgpPeerResponse |
DirectConnectClient.createBGPPeer(CreateBgpPeerRequest createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBgpPeerResponse> |
DirectConnectAsyncClient.createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
default CompletableFuture<CreateBgpPeerResponse> |
DirectConnectAsyncClient.createBGPPeer(CreateBgpPeerRequest createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
Copyright © 2022. All rights reserved.