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

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

Methods in com.amazonaws.services.ec2 that return DescribeCustomerGatewaysResult
 DescribeCustomerGatewaysResult AmazonEC2.describeCustomerGateways()
           Gives you information about your customer gateways.
 DescribeCustomerGatewaysResult AmazonEC2Client.describeCustomerGateways()
           Gives you information about your customer gateways.
 DescribeCustomerGatewaysResult AmazonEC2.describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
           Gives you information about your customer gateways.
 DescribeCustomerGatewaysResult AmazonEC2Client.describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
           Gives you information about your customer gateways.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeCustomerGatewaysResult
 Future<DescribeCustomerGatewaysResult> AmazonEC2AsyncClient.describeCustomerGatewaysAsync(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
           Gives you information about your customer gateways.
 Future<DescribeCustomerGatewaysResult> AmazonEC2Async.describeCustomerGatewaysAsync(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
           Gives you information about your customer gateways.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeCustomerGatewaysResult
 DescribeCustomerGatewaysResult DescribeCustomerGatewaysResult.withCustomerGateways(Collection<CustomerGateway> customerGateways)
           Returns a reference to this object so that method calls can be chained together.
 DescribeCustomerGatewaysResult DescribeCustomerGatewaysResult.withCustomerGateways(CustomerGateway... customerGateways)
           Returns a reference to this object so that method calls can be chained together.
 



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