| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static LagState |
LagState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
Lag.setLagState(LagState lagState)
The state of the LAG.
|
void |
UpdateLagResult.setLagState(LagState lagState)
The state of the LAG.
|
void |
DeleteLagResult.setLagState(LagState lagState)
The state of the LAG.
|
void |
CreateLagResult.setLagState(LagState lagState)
The state of the LAG.
|
Lag |
Lag.withLagState(LagState lagState)
The state of the LAG.
|
UpdateLagResult |
UpdateLagResult.withLagState(LagState lagState)
The state of the LAG.
|
DeleteLagResult |
DeleteLagResult.withLagState(LagState lagState)
The state of the LAG.
|
CreateLagResult |
CreateLagResult.withLagState(LagState lagState)
The state of the LAG.
|
Copyright © 2025. All rights reserved.