Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<KeyPairInfo> |
DescribeKeyPairsResult.keyPairs
Information about one or more key pairs.
|
Modifier and Type | Method and Description |
---|---|
KeyPairInfo |
KeyPairInfo.clone() |
KeyPairInfo |
KeyPairInfo.withKeyFingerprint(java.lang.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(java.lang.String keyName)
The name of the key pair.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(java.util.Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
Modifier and Type | Method and Description |
---|---|
KeyPairInfo |
KeyPairInfoStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |