|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
The newly created EC2 key pair. |
KeyPair |
KeyPair.withKeyFingerprint(String keyFingerprint)
The SHA-1 digest of the DER encoded private key. |
KeyPair |
KeyPair.withKeyMaterial(String keyMaterial)
The 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)
The newly created EC2 key pair. |
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
The newly created EC2 key pair. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |