Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private KeyPair |
CreateKeyPairResult.keyPair
Describes a key pair.
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.clone() |
KeyPair |
CreateKeyPairResult.getKeyPair()
Describes a key pair.
|
KeyPair |
KeyPair.withKeyFingerprint(java.lang.String keyFingerprint)
The SHA-1 digest of the DER encoded private key.
|
KeyPair |
KeyPair.withKeyMaterial(java.lang.String keyMaterial)
An unencrypted PEM encoded RSA private key.
|
KeyPair |
KeyPair.withKeyName(java.lang.String keyName)
The name of the key pair.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateKeyPairResult.setKeyPair(KeyPair keyPair)
Describes a key pair.
|
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
Describes a key pair.
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPairStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |