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 AmazonEC2Client.describeKeyPairs()
           Describes one or more of your key pairs.
 DescribeKeyPairsResult AmazonEC2.describeKeyPairs()
           Describes one or more of your key pairs.
 DescribeKeyPairsResult AmazonEC2Client.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
           Describes one or more of your key pairs.
 DescribeKeyPairsResult AmazonEC2.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
           Describes one or more of your key pairs.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeKeyPairsResult
 Future<DescribeKeyPairsResult> AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
           Describes one or more of your key pairs.
 Future<DescribeKeyPairsResult> AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
           Describes one or more of your key pairs.
 Future<DescribeKeyPairsResult> AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
           Describes one or more of your key pairs.
 Future<DescribeKeyPairsResult> AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
           Describes one or more of your key pairs.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeKeyPairsResult
 Future<DescribeKeyPairsResult> AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
           Describes one or more of your key pairs.
 Future<DescribeKeyPairsResult> AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
           Describes one or more of your key pairs.
 

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)
          Information about one or more key pairs.
 DescribeKeyPairsResult DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
          Information about one or more key pairs.
 



Copyright © 2016. All rights reserved.