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

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

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

Methods in com.amazonaws.services.ec2.model that return KeyPair
 KeyPair CreateKeyPairResult.getKeyPair()
          Information about the key pair.
 KeyPair KeyPair.withKeyFingerprint(String keyFingerprint)
          The SHA-1 digest of the DER encoded private key.
 KeyPair KeyPair.withKeyMaterial(String keyMaterial)
          An unencrypted PEM encoded RSA private key.
 KeyPair KeyPair.withKeyName(String keyName)
          The name of the key pair.
 

Methods in com.amazonaws.services.ec2.model with parameters of type KeyPair
 void CreateKeyPairResult.setKeyPair(KeyPair keyPair)
          Information about the key pair.
 CreateKeyPairResult CreateKeyPairResult.withKeyPair(KeyPair keyPair)
          Information about the key pair.
 



Copyright © 2016. All rights reserved.