| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectPeerState |
ConnectPeerSummary.connectPeerState()
The state of a Connect peer.
|
static ConnectPeerState |
ConnectPeerState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConnectPeerState |
ConnectPeer.state()
The state of the Connect peer.
|
static ConnectPeerState |
ConnectPeerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectPeerState[] |
ConnectPeerState.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<ConnectPeerState> |
ConnectPeerState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConnectPeerSummary.Builder |
ConnectPeerSummary.Builder.connectPeerState(ConnectPeerState connectPeerState)
The state of a Connect peer.
|
ConnectPeer.Builder |
ConnectPeer.Builder.state(ConnectPeerState state)
The state of the Connect peer.
|
Copyright © 2022. All rights reserved.