Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeOutpostLagsRequest.Builder
Packages that use DescribeOutpostLagsRequest.Builder
Package
Description
-
Uses of DescribeOutpostLagsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeOutpostLagsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeOutpostLags(Consumer<DescribeOutpostLagsRequest.Builder> describeOutpostLagsRequest) Describes the Outposts link aggregation groups (LAGs).default DescribeOutpostLagsResponseEc2Client.describeOutpostLags(Consumer<DescribeOutpostLagsRequest.Builder> describeOutpostLagsRequest) Describes the Outposts link aggregation groups (LAGs). -
Uses of DescribeOutpostLagsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeOutpostLagsRequest.BuilderModifier and TypeMethodDescriptionDescribeOutpostLagsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeOutpostLagsRequest.Builder.filters(Collection<Filter> filters) The filters to use for narrowing down the request.DescribeOutpostLagsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters to use for narrowing down the request.The filters to use for narrowing down the request.DescribeOutpostLagsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.DescribeOutpostLagsRequest.Builder.outpostLagIds(String... outpostLagIds) The IDs of the Outpost LAGs.DescribeOutpostLagsRequest.Builder.outpostLagIds(Collection<String> outpostLagIds) The IDs of the Outpost LAGs.DescribeOutpostLagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeOutpostLagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeOutpostLagsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeOutpostLagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeOutpostLagsRequest.Builder>DescribeOutpostLagsRequest.serializableBuilderClass()