Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClassicLinkDnsSupport> |
DescribeVpcClassicLinkDnsSupportResult.vpcs
Information about the ClassicLink DNS support status of the VPCs.
|
Modifier and Type | Method and Description |
---|---|
ClassicLinkDnsSupport |
ClassicLinkDnsSupport.clone() |
ClassicLinkDnsSupport |
ClassicLinkDnsSupport.withClassicLinkDnsSupported(java.lang.Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.
|
ClassicLinkDnsSupport |
ClassicLinkDnsSupport.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
DescribeVpcClassicLinkDnsSupportResult |
DescribeVpcClassicLinkDnsSupportResult.withVpcs(java.util.Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
Modifier and Type | Method and Description |
---|---|
ClassicLinkDnsSupport |
ClassicLinkDnsSupportStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |