Uses of Class
com.amazonaws.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest
-
Packages that use DescribeVpcClassicLinkDnsSupportRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeVpcClassicLinkDnsSupportRequest in com.amazonaws.services.ec2
-
Uses of DescribeVpcClassicLinkDnsSupportRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeVpcClassicLinkDnsSupportRequest Modifier and Type Method Description DescribeVpcClassicLinkDnsSupportRequest
DescribeVpcClassicLinkDnsSupportRequest. clone()
DescribeVpcClassicLinkDnsSupportRequest
DescribeVpcClassicLinkDnsSupportRequest. withMaxResults(Integer maxResults)
The maximum number of items to return for this request.DescribeVpcClassicLinkDnsSupportRequest
DescribeVpcClassicLinkDnsSupportRequest. withNextToken(String nextToken)
The token for the next set of items to return.DescribeVpcClassicLinkDnsSupportRequest
DescribeVpcClassicLinkDnsSupportRequest. withVpcIds(String... vpcIds)
One or more VPC IDs.DescribeVpcClassicLinkDnsSupportRequest
DescribeVpcClassicLinkDnsSupportRequest. withVpcIds(Collection<String> vpcIds)
One or more VPC IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeVpcClassicLinkDnsSupportRequest Modifier and Type Method Description Request<DescribeVpcClassicLinkDnsSupportRequest>
DescribeVpcClassicLinkDnsSupportRequest. getDryRunRequest()
This method is intended for internal use only.
-