Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest.Builder
Packages that use DescribeVpcClassicLinkDnsSupportRequest.Builder
Package
Description
-
Uses of DescribeVpcClassicLinkDnsSupportRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeVpcClassicLinkDnsSupportRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) Ec2Client.describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) Ec2AsyncClient.describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) Ec2Client.describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) This is a variant ofEc2Client.describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)operation. -
Uses of DescribeVpcClassicLinkDnsSupportRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeVpcClassicLinkDnsSupportRequest.BuilderModifier and TypeMethodDescriptionDescribeVpcClassicLinkDnsSupportRequest.builder()DescribeVpcClassicLinkDnsSupportRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.DescribeVpcClassicLinkDnsSupportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeVpcClassicLinkDnsSupportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeVpcClassicLinkDnsSupportRequest.toBuilder()The IDs of the VPCs.DescribeVpcClassicLinkDnsSupportRequest.Builder.vpcIds(Collection<String> vpcIds) The IDs of the VPCs.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeVpcClassicLinkDnsSupportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeVpcClassicLinkDnsSupportRequest.Builder>DescribeVpcClassicLinkDnsSupportRequest.serializableBuilderClass()