Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
KeyPairInfo |
KeyPairInfo.clone() |
KeyPairInfo |
KeyPairInfo.withKeyFingerprint(String keyFingerprint)
If you used CreateKeyPair to create the key pair, this is the
SHA-1 digest of the DER encoded private key.
|
KeyPairInfo |
KeyPairInfo.withKeyName(String keyName)
The name of the key pair.
|
Modifier and Type | Method and Description |
---|---|
List<KeyPairInfo> |
DescribeKeyPairsResult.getKeyPairs()
Information about one or more key pairs.
|
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
Information about one or more key pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeKeyPairsResult.setKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
Copyright © 2018. All rights reserved.