Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeOutpostLagsResponse
-
Packages that use DescribeOutpostLagsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeOutpostLagsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeOutpostLagsResponse Modifier and Type Method Description default DescribeOutpostLagsResponseEc2Client. describeOutpostLags(Consumer<DescribeOutpostLagsRequest.Builder> describeOutpostLagsRequest)Describes the Outposts link aggregation groups (LAGs).default DescribeOutpostLagsResponseEc2Client. describeOutpostLags(DescribeOutpostLagsRequest describeOutpostLagsRequest)Describes the Outposts link aggregation groups (LAGs).Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeOutpostLagsResponse Modifier and Type Method Description default CompletableFuture<DescribeOutpostLagsResponse>Ec2AsyncClient. describeOutpostLags(Consumer<DescribeOutpostLagsRequest.Builder> describeOutpostLagsRequest)Describes the Outposts link aggregation groups (LAGs).default CompletableFuture<DescribeOutpostLagsResponse>Ec2AsyncClient. describeOutpostLags(DescribeOutpostLagsRequest describeOutpostLagsRequest)Describes the Outposts link aggregation groups (LAGs).
-