| 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<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 DeleteBgpPeerResponse |
DirectConnectClient.deleteBGPPeer(Consumer<DeleteBgpPeerRequest.Builder> deleteBgpPeerRequest)
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.Builder.asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.Builder.bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
static DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.builder() |
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.Builder.customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.toBuilder() |
DeleteBgpPeerRequest.Builder |
DeleteBgpPeerRequest.Builder.virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteBgpPeerRequest.Builder> |
DeleteBgpPeerRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.