Uses of Class
software.amazon.awssdk.services.directconnect.model.LagState
-
Packages that use LagState Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of LagState in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return LagState Modifier and Type Method Description static LagStateLagState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LagStateCreateLagResponse. lagState()The state of the LAG.LagStateDeleteLagResponse. lagState()The state of the LAG.LagStateLag. lagState()The state of the LAG.LagStateUpdateLagResponse. lagState()The state of the LAG.static LagStateLagState. 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.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type LagState Modifier and Type Method Description static Set<LagState>LagState. knownValues()Methods in software.amazon.awssdk.services.directconnect.model with parameters of type LagState Modifier and Type Method Description CreateLagResponse.BuilderCreateLagResponse.Builder. lagState(LagState lagState)The state of the LAG.DeleteLagResponse.BuilderDeleteLagResponse.Builder. lagState(LagState lagState)The state of the LAG.Lag.BuilderLag.Builder. lagState(LagState lagState)The state of the LAG.UpdateLagResponse.BuilderUpdateLagResponse.Builder. lagState(LagState lagState)The state of the LAG.
-