Uses of Class
com.amazonaws.services.ec2.model.Vpc

Packages that use Vpc
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of Vpc in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return Vpc
 Vpc CreateVpcResult.getVpc()
          Returns the value of the Vpc property for this object.
 Vpc Vpc.withCidrBlock(String cidrBlock)
          Sets the value of the CidrBlock property for this object.
 Vpc Vpc.withDhcpOptionsId(String dhcpOptionsId)
          Sets the value of the DhcpOptionsId property for this object.
 Vpc Vpc.withState(String state)
          Sets the value of the State property for this object.
 Vpc Vpc.withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Vpc
 List<Vpc> DescribeVpcsResult.getVpcs()
          Returns the value of the Vpcs property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Vpc
 void CreateVpcResult.setVpc(Vpc vpc)
          Sets the value of the Vpc property for this object.
 CreateVpcResult CreateVpcResult.withVpc(Vpc vpc)
          Sets the value of the Vpc property for this object.
 DescribeVpcsResult DescribeVpcsResult.withVpcs(Vpc... vpcs)
          Sets the value of the Vpcs property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Vpc
 void DescribeVpcsResult.setVpcs(Collection<Vpc> vpcs)
          Sets the value of the Vpcs property for this object.
 DescribeVpcsResult DescribeVpcsResult.withVpcs(Collection<Vpc> vpcs)
          Sets the value of the Vpcs property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.