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

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

Methods in com.amazonaws.services.ec2 with parameters of type CreateCustomerGatewayRequest
 CreateCustomerGatewayResult AmazonEC2Client.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your customer gateway device.
 CreateCustomerGatewayResult AmazonEC2.createCustomerGateway(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.
 Future<CreateCustomerGatewayResult> AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest)
           Provides information to AWS about your customer gateway device.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayRequest
 CreateCustomerGatewayRequest CreateCustomerGatewayRequest.withBgpAsn(Integer bgpAsn)
          Sets the value of the BgpAsn property for this object.
 CreateCustomerGatewayRequest CreateCustomerGatewayRequest.withPublicIp(String publicIp)
          Sets the value of the PublicIp property for this object.
 CreateCustomerGatewayRequest CreateCustomerGatewayRequest.withType(String type)
          Sets the value of the Type property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.