| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BGPPeer |
BGPPeer.clone() |
BGPPeer |
BGPPeer.withAddressFamily(AddressFamily addressFamily) |
BGPPeer |
BGPPeer.withAddressFamily(String addressFamily) |
BGPPeer |
BGPPeer.withAmazonAddress(String amazonAddress) |
BGPPeer |
BGPPeer.withAsn(Integer asn) |
BGPPeer |
BGPPeer.withAuthKey(String authKey) |
BGPPeer |
BGPPeer.withBgpPeerState(BGPPeerState bgpPeerState) |
BGPPeer |
BGPPeer.withBgpPeerState(String bgpPeerState) |
BGPPeer |
BGPPeer.withBgpStatus(BGPStatus bgpStatus) |
BGPPeer |
BGPPeer.withBgpStatus(String bgpStatus) |
BGPPeer |
BGPPeer.withCustomerAddress(String customerAddress) |
| Modifier and Type | Method and Description |
|---|---|
List<BGPPeer> |
AllocatePrivateVirtualInterfaceResult.getBgpPeers() |
List<BGPPeer> |
CreatePrivateVirtualInterfaceResult.getBgpPeers() |
List<BGPPeer> |
VirtualInterface.getBgpPeers() |
List<BGPPeer> |
AllocatePublicVirtualInterfaceResult.getBgpPeers() |
List<BGPPeer> |
AssociateVirtualInterfaceResult.getBgpPeers() |
List<BGPPeer> |
CreatePublicVirtualInterfaceResult.getBgpPeers() |
| Modifier and Type | Method and Description |
|---|---|
AllocatePrivateVirtualInterfaceResult |
AllocatePrivateVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any).
|
CreatePrivateVirtualInterfaceResult |
CreatePrivateVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any).
|
VirtualInterface |
VirtualInterface.withBgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any).
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any).
|
AssociateVirtualInterfaceResult |
AssociateVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any).
|
CreatePublicVirtualInterfaceResult |
CreatePublicVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocatePrivateVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers) |
void |
CreatePrivateVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers) |
void |
VirtualInterface.setBgpPeers(Collection<BGPPeer> bgpPeers) |
void |
AllocatePublicVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers) |
void |
AssociateVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers) |
void |
CreatePublicVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers) |
AllocatePrivateVirtualInterfaceResult |
AllocatePrivateVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers) |
CreatePrivateVirtualInterfaceResult |
CreatePrivateVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers) |
VirtualInterface |
VirtualInterface.withBgpPeers(Collection<BGPPeer> bgpPeers) |
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers) |
AssociateVirtualInterfaceResult |
AssociateVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers) |
CreatePublicVirtualInterfaceResult |
CreatePublicVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers) |
Copyright © 2018. All rights reserved.