Uses of Class
com.amazonaws.services.ec2.model.VpcClassicLink
-
Packages that use VpcClassicLink Package Description com.amazonaws.services.ec2.model -
-
Uses of VpcClassicLink in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcClassicLink Modifier and Type Method Description VpcClassicLink
VpcClassicLink. clone()
VpcClassicLink
VpcClassicLink. withClassicLinkEnabled(Boolean classicLinkEnabled)
Indicates whether the VPC is enabled for ClassicLink.VpcClassicLink
VpcClassicLink. withTags(Tag... tags)
Any tags assigned to the VPC.VpcClassicLink
VpcClassicLink. withTags(Collection<Tag> tags)
Any tags assigned to the VPC.VpcClassicLink
VpcClassicLink. withVpcId(String vpcId)
The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcClassicLink Modifier and Type Method Description List<VpcClassicLink>
DescribeVpcClassicLinkResult. getVpcs()
The ClassicLink status of one or more VPCs.Methods in com.amazonaws.services.ec2.model with parameters of type VpcClassicLink Modifier and Type Method Description DescribeVpcClassicLinkResult
DescribeVpcClassicLinkResult. withVpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more VPCs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcClassicLink Modifier and Type Method 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.
-