Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClassicLinkDnsSupport |
ClassicLinkDnsSupport.clone() |
ClassicLinkDnsSupport |
ClassicLinkDnsSupport.withClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.
|
ClassicLinkDnsSupport |
ClassicLinkDnsSupport.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<ClassicLinkDnsSupport> |
DescribeVpcClassicLinkDnsSupportResult.getVpcs()
Information about the ClassicLink DNS support status of the VPCs.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.withVpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcClassicLinkDnsSupportResult.setVpcs(Collection<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 © 2023. All rights reserved.