| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static LagState |
LagState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LagState |
DeleteLagResponse.lagState()
The state of the LAG.
|
LagState |
Lag.lagState()
The state of the LAG.
|
LagState |
UpdateLagResponse.lagState()
The state of the LAG.
|
LagState |
CreateLagResponse.lagState()
The state of the LAG.
|
static LagState |
LagState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LagState[] |
LagState.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<LagState> |
LagState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLagResponse.Builder |
DeleteLagResponse.Builder.lagState(LagState lagState)
The state of the LAG.
|
Lag.Builder |
Lag.Builder.lagState(LagState lagState)
The state of the LAG.
|
UpdateLagResponse.Builder |
UpdateLagResponse.Builder.lagState(LagState lagState)
The state of the LAG.
|
CreateLagResponse.Builder |
CreateLagResponse.Builder.lagState(LagState lagState)
The state of the LAG.
|
Copyright © 2023. All rights reserved.