Uses of Class
software.amazon.awssdk.services.ec2.model.OutpostLag
-
Packages that use OutpostLag Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of OutpostLag in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type OutpostLag Modifier and Type Method Description List<OutpostLag>DescribeOutpostLagsResponse. outpostLags()The Outpost LAGs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type OutpostLag Modifier and Type Method Description DescribeOutpostLagsResponse.BuilderDescribeOutpostLagsResponse.Builder. outpostLags(OutpostLag... outpostLags)The Outpost LAGs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type OutpostLag Modifier and Type Method Description DescribeOutpostLagsResponse.BuilderDescribeOutpostLagsResponse.Builder. outpostLags(Collection<OutpostLag> outpostLags)The Outpost LAGs.
-