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

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

Methods in com.amazonaws.services.ec2 that return DescribeKeyPairsResult
 DescribeKeyPairsResult AmazonEC2.describeKeyPairs()
           The DescribeKeyPairs operation returns information about key pairs available to you.
 DescribeKeyPairsResult AmazonEC2Client.describeKeyPairs()
           The DescribeKeyPairs operation returns information about key pairs available to you.
 DescribeKeyPairsResult AmazonEC2.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
           The DescribeKeyPairs operation returns information about key pairs available to you.
 DescribeKeyPairsResult AmazonEC2Client.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
           The DescribeKeyPairs operation returns information about key pairs available to you.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeKeyPairsResult
 Future<DescribeKeyPairsResult> AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
           The DescribeKeyPairs operation returns information about key pairs available to you.
 Future<DescribeKeyPairsResult> AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
           The DescribeKeyPairs operation returns information about key pairs available to you.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeKeyPairsResult
 DescribeKeyPairsResult DescribeKeyPairsResult.withKeyPairs(Collection<KeyPairInfo> keyPairs)
          The list of described key pairs.
 DescribeKeyPairsResult DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
          The list of described key pairs.
 



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