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