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

Packages that use CreateRouteTableRequest
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 CreateRouteTableRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateRouteTableRequest
 CreateRouteTableResult AmazonEC2Client.createRouteTable(CreateRouteTableRequest createRouteTableRequest)
           Creates a route table for the specified VPC.
 CreateRouteTableResult AmazonEC2.createRouteTable(CreateRouteTableRequest createRouteTableRequest)
           Creates a route table for the specified VPC.
 Future<CreateRouteTableResult> AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest)
           Creates a route table for the specified VPC.
 Future<CreateRouteTableResult> AmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest)
           Creates a route table for the specified VPC.
 Future<CreateRouteTableResult> AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
           Creates a route table for the specified VPC.
 Future<CreateRouteTableResult> AmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
           Creates a route table for the specified VPC.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateRouteTableRequest
 Future<CreateRouteTableResult> AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
           Creates a route table for the specified VPC.
 Future<CreateRouteTableResult> AmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
           Creates a route table for the specified VPC.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateRouteTableRequest
 CreateRouteTableRequest CreateRouteTableRequest.withVpcId(String vpcId)
          The ID of the VPC.
 

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



Copyright © 2016. All rights reserved.