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

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

Methods in com.amazonaws.services.ec2 that return CreateCustomerGatewayResult
 CreateCustomerGatewayResult AmazonEC2Client.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your VPN customer gateway device.
 CreateCustomerGatewayResult AmazonEC2.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your VPN customer gateway device.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateCustomerGatewayResult
 Future<CreateCustomerGatewayResult> AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your VPN customer gateway device.
 Future<CreateCustomerGatewayResult> AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your VPN customer gateway device.
 Future<CreateCustomerGatewayResult> AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
           Provides information to AWS about your VPN customer gateway device.
 Future<CreateCustomerGatewayResult> AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
           Provides information to AWS about your VPN customer gateway device.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateCustomerGatewayResult
 Future<CreateCustomerGatewayResult> AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
           Provides information to AWS about your VPN customer gateway device.
 Future<CreateCustomerGatewayResult> AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
           Provides information to AWS about your VPN customer gateway device.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayResult
 CreateCustomerGatewayResult CreateCustomerGatewayResult.withCustomerGateway(CustomerGateway customerGateway)
          Information about the customer gateway.
 



Copyright © 2016. All rights reserved.