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

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

Methods in com.amazonaws.services.ec2 with parameters of type DescribeKeyPairsRequest
 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.
 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 DescribeKeyPairsRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeKeyPairsRequest
 DescribeKeyPairsRequest DescribeKeyPairsRequest.withKeyNames(Collection<String> keyNames)
          The optional list of key pair names to describe.
 DescribeKeyPairsRequest DescribeKeyPairsRequest.withKeyNames(String... keyNames)
          The optional list of key pair names to describe.
 



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