Uses of Class
com.amazonaws.services.ec2.model.KeyPair
Packages that use KeyPair
-
Uses of KeyPair in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return KeyPairModifier and TypeMethodDescriptionKeyPair.clone()
CreateKeyPairResult.getKeyPair()
Describes a key pair.KeyPair.withKeyFingerprint
(String keyFingerprint) The SHA-1 digest of the DER encoded private key.KeyPair.withKeyMaterial
(String keyMaterial) An unencrypted PEM encoded RSA private key.KeyPair.withKeyName
(String keyName) The name of the key pair.Methods in com.amazonaws.services.ec2.model with parameters of type KeyPairModifier and TypeMethodDescriptionvoid
CreateKeyPairResult.setKeyPair
(KeyPair keyPair) Describes a key pair.CreateKeyPairResult.withKeyPair
(KeyPair keyPair) Describes a key pair.