| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static PeeringState |
PeeringState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PeeringState |
Peering.state()
The current state of the peering connection.
|
PeeringState |
ListPeeringsRequest.state()
Returns a list of the peering request states.
|
static PeeringState |
PeeringState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeeringState[] |
PeeringState.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<PeeringState> |
PeeringState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Peering.Builder |
Peering.Builder.state(PeeringState state)
The current state of the peering connection.
|
ListPeeringsRequest.Builder |
ListPeeringsRequest.Builder.state(PeeringState state)
Returns a list of the peering request states.
|
Copyright © 2023. All rights reserved.