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

Packages that use CreateVpcRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CreateVpcRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateVpcRequest
 CreateVpcResult AmazonEC2.createVpc(CreateVpcRequest createVpcRequest)
           Creates a VPC with the CIDR block you specify.
 CreateVpcResult AmazonEC2Client.createVpc(CreateVpcRequest createVpcRequest)
           Creates a VPC with the CIDR block you specify.
 Future<CreateVpcResult> AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest)
           Creates a VPC with the CIDR block you specify.
 Future<CreateVpcResult> AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest)
           Creates a VPC with the CIDR block you specify.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateVpcRequest
 CreateVpcRequest CreateVpcRequest.withCidrBlock(String cidrBlock)
          A valid CIDR block.
 



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