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 VpcClassicLinkVpcClassicLink. clone()VpcClassicLinkVpcClassicLink. withClassicLinkEnabled(Boolean classicLinkEnabled)Indicates whether the VPC is enabled for ClassicLink.VpcClassicLinkVpcClassicLink. withTags(Tag... tags)Any tags assigned to the VPC.VpcClassicLinkVpcClassicLink. withTags(Collection<Tag> tags)Any tags assigned to the VPC.VpcClassicLinkVpcClassicLink. 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 DescribeVpcClassicLinkResultDescribeVpcClassicLinkResult. 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 voidDescribeVpcClassicLinkResult. setVpcs(Collection<VpcClassicLink> vpcs)The ClassicLink status of one or more VPCs.DescribeVpcClassicLinkResultDescribeVpcClassicLinkResult. withVpcs(Collection<VpcClassicLink> vpcs)The ClassicLink status of one or more VPCs.
-