Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest.Builder
-
Packages that use DescribeVpcClassicLinkDnsSupportRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeVpcClassicLinkDnsSupportRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeVpcClassicLinkDnsSupportRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse>Ec2AsyncClient. describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)default DescribeVpcClassicLinkDnsSupportResponseEc2Client. describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)default DescribeVpcClassicLinkDnsSupportPublisherEc2AsyncClient. describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)default DescribeVpcClassicLinkDnsSupportIterableEc2Client. describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) -
Uses of DescribeVpcClassicLinkDnsSupportRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeVpcClassicLinkDnsSupportRequest.Builder Modifier and Type Method Description static DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest. builder()DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this request.DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.Builder. nextToken(String nextToken)The token returned from a previous paginated request.DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest. toBuilder()DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.Builder. vpcIds(String... vpcIds)The IDs of the VPCs.DescribeVpcClassicLinkDnsSupportRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.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.Builder Modifier and Type Method Description static Class<? extends DescribeVpcClassicLinkDnsSupportRequest.Builder>DescribeVpcClassicLinkDnsSupportRequest. serializableBuilderClass()
-