| 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.
|
| software.amazon.awssdk.services.directconnect.model |
| 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 CreateBgpPeerResponse |
DirectConnectClient.createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.builder() |
default CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.Builder.newBGPPeer(Consumer<NewBGPPeer.Builder> newBGPPeer)
Information about the BGP peer.
|
CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.Builder.newBGPPeer(NewBGPPeer newBGPPeer)
Information about the BGP peer.
|
CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.toBuilder() |
CreateBgpPeerRequest.Builder |
CreateBgpPeerRequest.Builder.virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBgpPeerRequest.Builder> |
CreateBgpPeerRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.