| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BGPPeerState |
BGPPeer.bgpPeerState()
The state of the BGP peer.
|
static BGPPeerState |
BGPPeerState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BGPPeerState |
BGPPeerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BGPPeerState[] |
BGPPeerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BGPPeerState> |
BGPPeerState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BGPPeer.Builder |
BGPPeer.Builder.bgpPeerState(BGPPeerState bgpPeerState)
The state of the BGP peer.
|
Copyright © 2023. All rights reserved.