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

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

Methods in com.amazonaws.services.ec2 that return CreateVpnGatewayResult
 CreateVpnGatewayResult AmazonEC2Client.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
           Creates a virtual private gateway.
 CreateVpnGatewayResult AmazonEC2.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
           Creates a virtual private gateway.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpnGatewayResult
 Future<CreateVpnGatewayResult> AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest)
           Creates a virtual private gateway.
 Future<CreateVpnGatewayResult> AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest)
           Creates a virtual private gateway.
 Future<CreateVpnGatewayResult> AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
           Creates a virtual private gateway.
 Future<CreateVpnGatewayResult> AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
           Creates a virtual private gateway.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpnGatewayResult
 Future<CreateVpnGatewayResult> AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
           Creates a virtual private gateway.
 Future<CreateVpnGatewayResult> AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
           Creates a virtual private gateway.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateVpnGatewayResult
 CreateVpnGatewayResult CreateVpnGatewayResult.withVpnGateway(VpnGateway vpnGateway)
          Information about the virtual private gateway.
 



Copyright © 2016. All rights reserved.