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 AmazonEC2Client.createVpc(CreateVpcRequest createVpcRequest)
           Creates a VPC with the specified CIDR block.
 CreateVpcResult AmazonEC2.createVpc(CreateVpcRequest createVpcRequest)
           Creates a VPC with the specified CIDR block.
 Future<CreateVpcResult> AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest)
           Creates a VPC with the specified CIDR block.
 Future<CreateVpcResult> AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest)
           Creates a VPC with the specified CIDR block.
 Future<CreateVpcResult> AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
           Creates a VPC with the specified CIDR block.
 Future<CreateVpcResult> AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
           Creates a VPC with the specified CIDR block.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcRequest
 Future<CreateVpcResult> AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
           Creates a VPC with the specified CIDR block.
 Future<CreateVpcResult> AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
           Creates a VPC with the specified CIDR block.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateVpcRequest
 CreateVpcRequest CreateVpcRequest.withCidrBlock(String cidrBlock)
          The network range for the VPC, in CIDR notation.
 CreateVpcRequest CreateVpcRequest.withInstanceTenancy(String instanceTenancy)
          The supported tenancy options for instances launched into the VPC.
 CreateVpcRequest CreateVpcRequest.withInstanceTenancy(Tenancy instanceTenancy)
          The supported tenancy options for instances launched into the VPC.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpcRequest
 Request<CreateVpcRequest> CreateVpcRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.