Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateKeyPairResult.setKeyPair(KeyPair keyPair)
Information about the key pair.
|
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
Information about the key pair.
|
Copyright © 2014. All rights reserved.