Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcClassicLink |
VpcClassicLink.clone() |
VpcClassicLink |
VpcClassicLink.withClassicLinkEnabled(Boolean classicLinkEnabled)
Indicates whether the VPC is enabled for ClassicLink.
|
VpcClassicLink |
VpcClassicLink.withTags(Collection<Tag> tags)
Any tags assigned to the VPC.
|
VpcClassicLink |
VpcClassicLink.withTags(Tag... tags)
Any tags assigned to the VPC.
|
VpcClassicLink |
VpcClassicLink.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<VpcClassicLink> |
DescribeVpcClassicLinkResult.getVpcs()
The ClassicLink status of one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkResult |
DescribeVpcClassicLinkResult.withVpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcClassicLinkResult.setVpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
DescribeVpcClassicLinkResult |
DescribeVpcClassicLinkResult.withVpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
Copyright © 2018. All rights reserved.