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

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

Methods in com.amazonaws.services.ec2 that return CreateInternetGatewayResult
 CreateInternetGatewayResult AmazonEC2Client.createInternetGateway()
           Creates an Internet gateway for use with a VPC.
 CreateInternetGatewayResult AmazonEC2.createInternetGateway()
           Creates an Internet gateway for use with a VPC.
 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.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateInternetGatewayResult
 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 CreateInternetGatewayResult
 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 CreateInternetGatewayResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateInternetGatewayResult
 CreateInternetGatewayResult CreateInternetGatewayResult.withInternetGateway(InternetGateway internetGateway)
          Information about the Internet gateway.
 



Copyright © 2016. All rights reserved.