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 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.
 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 CreateCustomerGatewayRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayRequest
 CreateCustomerGatewayRequest CreateCustomerGatewayRequest.withBgpAsn(Integer bgpAsn)
          The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
 CreateCustomerGatewayRequest CreateCustomerGatewayRequest.withPublicIp(String publicIp)
           Returns a reference to this object so that method calls can be chained together.
 CreateCustomerGatewayRequest CreateCustomerGatewayRequest.withType(String type)
          The type of VPN connection this customer gateway supports.
 



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