Uses of Class
com.amazonaws.services.ec2.model.VpcClassicLink
Packages that use VpcClassicLink
-
Uses of VpcClassicLink in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcClassicLinkModifier and TypeMethodDescriptionVpcClassicLink.clone()
VpcClassicLink.withClassicLinkEnabled
(Boolean classicLinkEnabled) Indicates whether the VPC is enabled for ClassicLink.Any tags assigned to the VPC.VpcClassicLink.withTags
(Collection<Tag> tags) Any tags assigned to the VPC.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcClassicLinkModifier and TypeMethodDescriptionDescribeVpcClassicLinkResult.getVpcs()
The ClassicLink status of one or more VPCs.Methods in com.amazonaws.services.ec2.model with parameters of type VpcClassicLinkModifier and TypeMethodDescriptionDescribeVpcClassicLinkResult.withVpcs
(VpcClassicLink... vpcs) The ClassicLink status of one or more VPCs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcClassicLinkModifier and TypeMethodDescriptionvoid
DescribeVpcClassicLinkResult.setVpcs
(Collection<VpcClassicLink> vpcs) The ClassicLink status of one or more VPCs.DescribeVpcClassicLinkResult.withVpcs
(Collection<VpcClassicLink> vpcs) The ClassicLink status of one or more VPCs.