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

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

Methods in com.amazonaws.services.ec2 with parameters of type CreateInternetGatewayRequest
 CreateInternetGatewayResult AmazonEC2Client.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)
           Creates an Internet gateway for use with a VPC.
 CreateInternetGatewayResult AmazonEC2.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)
           Creates an Internet gateway for use with a VPC.
 Future<CreateInternetGatewayResult> AmazonEC2AsyncClient.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest)
           Creates an Internet gateway for use with a VPC.
 Future<CreateInternetGatewayResult> AmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest)
           Creates an Internet gateway for use with a VPC.
 Future<CreateInternetGatewayResult> AmazonEC2AsyncClient.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest, AsyncHandler<CreateInternetGatewayRequest,CreateInternetGatewayResult> asyncHandler)
           Creates an Internet gateway for use with a VPC.
 Future<CreateInternetGatewayResult> AmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest, AsyncHandler<CreateInternetGatewayRequest,CreateInternetGatewayResult> asyncHandler)
           Creates an Internet gateway for use with a VPC.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateInternetGatewayRequest
 Future<CreateInternetGatewayResult> AmazonEC2AsyncClient.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest, AsyncHandler<CreateInternetGatewayRequest,CreateInternetGatewayResult> asyncHandler)
           Creates an Internet gateway for use with a VPC.
 Future<CreateInternetGatewayResult> AmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest, AsyncHandler<CreateInternetGatewayRequest,CreateInternetGatewayResult> asyncHandler)
           Creates an Internet gateway for use with a VPC.
 

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

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



Copyright © 2016. All rights reserved.