Uses of Class
com.amazonaws.services.ec2.model.Vpc
Packages that use Vpc
-
Uses of Vpc in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcModifier and TypeMethodDescriptionVpc.clone()
CreateVpcResult.getVpc()
Information about the VPC.Vpc.withCidrBlock
(String cidrBlock) The CIDR block for the VPC.Vpc.withDhcpOptionsId
(String dhcpOptionsId) The ID of the set of DHCP options you've associated with the VPC (ordefault
if the default options are associated with the VPC).Vpc.withInstanceTenancy
(Tenancy instanceTenancy) The allowed tenancy of instances launched into the VPC.Vpc.withInstanceTenancy
(String instanceTenancy) The allowed tenancy of instances launched into the VPC.Vpc.withIsDefault
(Boolean isDefault) Indicates whether the VPC is the default VPC.The current state of the VPC.The current state of the VPC.Any tags assigned to the VPC.Vpc.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 VpcModifier and TypeMethodDescriptionDescribeVpcsResult.getVpcs()
Information about one or more VPCs.Methods in com.amazonaws.services.ec2.model with parameters of type VpcModifier and TypeMethodDescriptionvoid
Information about the VPC.Information about the VPC.Information about one or more VPCs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcModifier and TypeMethodDescriptionvoid
DescribeVpcsResult.setVpcs
(Collection<Vpc> vpcs) Information about one or more VPCs.DescribeVpcsResult.withVpcs
(Collection<Vpc> vpcs) Information about one or more VPCs.