| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
EC2AsyncClient.describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportResponse |
EC2Client.describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.builder() |
DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.toBuilder() |
DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.Builder.vpcIds(Collection<String> vpcIds)
One or more VPC IDs.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
DescribeVpcClassicLinkDnsSupportRequest.Builder.vpcIds(String... vpcIds)
One or more VPC IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeVpcClassicLinkDnsSupportRequest.Builder> |
DescribeVpcClassicLinkDnsSupportRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.