Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
AmazonEC2Client.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest request)
|
DescribeVpcClassicLinkDnsSupportResult |
AbstractAmazonEC2.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest request) |
DescribeVpcClassicLinkDnsSupportResult |
AmazonEC2.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeVpcClassicLinkDnsSupportResult> |
AmazonEC2AsyncClient.describeVpcClassicLinkDnsSupportAsync(DescribeVpcClassicLinkDnsSupportRequest request,
AsyncHandler<DescribeVpcClassicLinkDnsSupportRequest,DescribeVpcClassicLinkDnsSupportResult> asyncHandler) |
Future<DescribeVpcClassicLinkDnsSupportResult> |
AbstractAmazonEC2Async.describeVpcClassicLinkDnsSupportAsync(DescribeVpcClassicLinkDnsSupportRequest request,
AsyncHandler<DescribeVpcClassicLinkDnsSupportRequest,DescribeVpcClassicLinkDnsSupportResult> asyncHandler) |
Future<DescribeVpcClassicLinkDnsSupportResult> |
AmazonEC2Async.describeVpcClassicLinkDnsSupportAsync(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest,
AsyncHandler<DescribeVpcClassicLinkDnsSupportRequest,DescribeVpcClassicLinkDnsSupportResult> asyncHandler)
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.clone() |
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.withNextToken(String nextToken)
The token to include in another request to get the next page 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 © 2024. All rights reserved.