Uses of Class
software.amazon.awssdk.services.directconnect.model.Lag
-
Packages that use Lag Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of Lag in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type Lag Modifier and Type Method Description List<Lag>DescribeLagsResponse. lags()The LAGs.Methods in software.amazon.awssdk.services.directconnect.model with parameters of type Lag Modifier and Type Method Description DescribeLagsResponse.BuilderDescribeLagsResponse.Builder. lags(Lag... lags)The LAGs.Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type Lag Modifier and Type Method Description DescribeLagsResponse.BuilderDescribeLagsResponse.Builder. lags(Collection<Lag> lags)The LAGs.
-