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()
          Information about the VPC.
 Vpc Vpc.withCidrBlock(String cidrBlock)
          Specifies the CIDR block the VPC covers.
 Vpc Vpc.withDhcpOptionsId(String dhcpOptionsId)
          Specifies the ID of the set of DHCP options associated with the VPC.
 Vpc Vpc.withState(String state)
          Describes the current state of the VPC.
 Vpc Vpc.withVpcId(String vpcId)
          Specifies the ID of the VPC.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Vpc
 List<Vpc> DescribeVpcsResult.getVpcs()
           
 

Methods in com.amazonaws.services.ec2.model with parameters of type Vpc
 void CreateVpcResult.setVpc(Vpc vpc)
          Information about the VPC.
 CreateVpcResult CreateVpcResult.withVpc(Vpc vpc)
          Information about the VPC.
 DescribeVpcsResult DescribeVpcsResult.withVpcs(Vpc... vpcs)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Vpc
 void DescribeVpcsResult.setVpcs(Collection<Vpc> vpcs)
           
 DescribeVpcsResult DescribeVpcsResult.withVpcs(Collection<Vpc> vpcs)
           Returns a reference to this object so that method calls can be chained together.
 



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