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 KeyPairKeyPair. clone()KeyPairCreateKeyPairResult. getKeyPair()Describes a key pair.KeyPairKeyPair. withKeyFingerprint(String keyFingerprint)The SHA-1 digest of the DER encoded private key.KeyPairKeyPair. withKeyMaterial(String keyMaterial)An unencrypted PEM encoded RSA private key.KeyPairKeyPair. 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 voidCreateKeyPairResult. setKeyPair(KeyPair keyPair)Describes a key pair.CreateKeyPairResultCreateKeyPairResult. withKeyPair(KeyPair keyPair)Describes a key pair.
-