Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
AbstractAmazonEC2.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest request) |
DescribeVpcClassicLinkDnsSupportResult |
AmazonEC2.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
DescribeVpcClassicLinkDnsSupportResult |
AmazonEC2Client.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.clone() |
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.withVpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.withVpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
Copyright © 2018. All rights reserved.