Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeVpcClassicLinkDnsSupportResult> |
AbstractAmazonEC2Async.describeVpcClassicLinkDnsSupportAsync(DescribeVpcClassicLinkDnsSupportRequest request,
AsyncHandler<DescribeVpcClassicLinkDnsSupportRequest,DescribeVpcClassicLinkDnsSupportResult> asyncHandler) |
Future<DescribeVpcClassicLinkDnsSupportResult> |
AmazonEC2Async.describeVpcClassicLinkDnsSupportAsync(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest,
AsyncHandler<DescribeVpcClassicLinkDnsSupportRequest,DescribeVpcClassicLinkDnsSupportResult> asyncHandler)
|
Future<DescribeVpcClassicLinkDnsSupportResult> |
AmazonEC2AsyncClient.describeVpcClassicLinkDnsSupportAsync(DescribeVpcClassicLinkDnsSupportRequest request,
AsyncHandler<DescribeVpcClassicLinkDnsSupportRequest,DescribeVpcClassicLinkDnsSupportResult> asyncHandler) |
Modifier and Type | Method and 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 returned from a previous paginated request.
|
DescribeVpcClassicLinkDnsSupportRequest |
DescribeVpcClassicLinkDnsSupportRequest.withVpcIds(Collection<String> vpcIds)
The IDs of the VPCs.
|
DescribeVpcClassicLinkDnsSupportRequest |
DescribeVpcClassicLinkDnsSupportRequest.withVpcIds(String... vpcIds)
The IDs of the VPCs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeVpcClassicLinkDnsSupportRequest> |
DescribeVpcClassicLinkDnsSupportRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.