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

Packages that use KeyPairInfo
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

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

Methods in com.amazonaws.services.ec2.model that return KeyPairInfo
 KeyPairInfo KeyPairInfo.withKeyFingerprint(String keyFingerprint)
          The SHA-1 digest of the DER encoded private key.
 KeyPairInfo KeyPairInfo.withKeyName(String keyName)
          The name of the key pair.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type KeyPairInfo
 List<KeyPairInfo> DescribeKeyPairsResult.getKeyPairs()
          The list of described key pairs.
 

Methods in com.amazonaws.services.ec2.model with parameters of type KeyPairInfo
 DescribeKeyPairsResult DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
          The list of described key pairs.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type KeyPairInfo
 void DescribeKeyPairsResult.setKeyPairs(Collection<KeyPairInfo> keyPairs)
          The list of described key pairs.
 DescribeKeyPairsResult DescribeKeyPairsResult.withKeyPairs(Collection<KeyPairInfo> keyPairs)
          The list of described key pairs.
 



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