Uses of Class
com.amazonaws.services.ec2.model.KeyPairInfo
-
Packages that use KeyPairInfo Package Description com.amazonaws.services.ec2.model -
-
Uses of KeyPairInfo in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return KeyPairInfo Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type KeyPairInfo Modifier and Type Method Description List<KeyPairInfo>
DescribeKeyPairsResult. getKeyPairs()
Information about one or more key pairs.Methods in com.amazonaws.services.ec2.model with parameters of type KeyPairInfo Modifier and Type Method Description DescribeKeyPairsResult
DescribeKeyPairsResult. withKeyPairs(KeyPairInfo... keyPairs)
Information about one or more key pairs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type KeyPairInfo Modifier and Type Method 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.
-