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 AmazonEC2.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your customer gateway device.
 CreateCustomerGatewayResult AmazonEC2Client.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your 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 customer gateway device.
 Future<CreateCustomerGatewayResult> AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your 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 © 2010 Amazon Web Services, Inc. All Rights Reserved.