Uses of Class
com.amazonaws.services.ec2.model.Vpc
-
Packages that use Vpc Package Description com.amazonaws.services.ec2.model -
-
Uses of Vpc in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Vpc Modifier and Type Method Description VpcVpc. clone()VpcCreateVpcResult. getVpc()Information about the VPC.VpcVpc. withCidrBlock(String cidrBlock)The CIDR block for the VPC.VpcVpc. withDhcpOptionsId(String dhcpOptionsId)The ID of the set of DHCP options you've associated with the VPC (ordefaultif the default options are associated with the VPC).VpcVpc. withInstanceTenancy(Tenancy instanceTenancy)The allowed tenancy of instances launched into the VPC.VpcVpc. withInstanceTenancy(String instanceTenancy)The allowed tenancy of instances launched into the VPC.VpcVpc. withIsDefault(Boolean isDefault)Indicates whether the VPC is the default VPC.VpcVpc. withState(VpcState state)The current state of the VPC.VpcVpc. withState(String state)The current state of the VPC.VpcVpc. withTags(Tag... tags)Any tags assigned to the VPC.VpcVpc. withTags(Collection<Tag> tags)Any tags assigned to the VPC.VpcVpc. withVpcId(String vpcId)The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type Vpc Modifier and Type Method Description List<Vpc>DescribeVpcsResult. getVpcs()Information about one or more VPCs.Methods in com.amazonaws.services.ec2.model with parameters of type Vpc Modifier and Type Method Description voidCreateVpcResult. setVpc(Vpc vpc)Information about the VPC.CreateVpcResultCreateVpcResult. withVpc(Vpc vpc)Information about the VPC.DescribeVpcsResultDescribeVpcsResult. withVpcs(Vpc... vpcs)Information about one or more VPCs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type Vpc Modifier and Type Method Description voidDescribeVpcsResult. setVpcs(Collection<Vpc> vpcs)Information about one or more VPCs.DescribeVpcsResultDescribeVpcsResult. withVpcs(Collection<Vpc> vpcs)Information about one or more VPCs.
-