Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpcClassicLink> |
DescribeVpcClassicLinkResult.vpcs
The ClassicLink status of one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
VpcClassicLink |
VpcClassicLink.clone() |
VpcClassicLink |
VpcClassicLink.withClassicLinkEnabled(java.lang.Boolean classicLinkEnabled)
Indicates whether the VPC is enabled for ClassicLink.
|
VpcClassicLink |
VpcClassicLink.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the VPC.
|
VpcClassicLink |
VpcClassicLink.withTags(Tag... tags)
Any tags assigned to the VPC.
|
VpcClassicLink |
VpcClassicLink.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
DescribeVpcClassicLinkResult |
DescribeVpcClassicLinkResult.withVpcs(java.util.Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
VpcClassicLink |
VpcClassicLinkStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |