Uses of Class
com.amazonaws.services.ec2.model.KeyPair
-
Packages that use KeyPair Package Description com.amazonaws.services.ec2.model -
-
Uses of KeyPair in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return KeyPair Modifier and Type Method Description KeyPair
KeyPair. clone()
KeyPair
CreateKeyPairResult. getKeyPair()
Describes a 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 Modifier and Type Method Description void
CreateKeyPairResult. setKeyPair(KeyPair keyPair)
Describes a key pair.CreateKeyPairResult
CreateKeyPairResult. withKeyPair(KeyPair keyPair)
Describes a key pair.
-