Uses of Class
com.amazonaws.services.ec2.model.KeyPairInfo
Packages that use KeyPairInfo
-
Uses of KeyPairInfo in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return KeyPairInfoModifier and TypeMethodDescriptionKeyPairInfo.clone()
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.withKeyName
(String keyName) The name of the key pair.Methods in com.amazonaws.services.ec2.model that return types with arguments of type KeyPairInfoModifier and TypeMethodDescriptionDescribeKeyPairsResult.getKeyPairs()
Information about one or more key pairs.Methods in com.amazonaws.services.ec2.model with parameters of type KeyPairInfoModifier and TypeMethodDescriptionDescribeKeyPairsResult.withKeyPairs
(KeyPairInfo... keyPairs) Information about one or more key pairs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type KeyPairInfoModifier and TypeMethodDescriptionvoid
DescribeKeyPairsResult.setKeyPairs
(Collection<KeyPairInfo> keyPairs) Information about one or more key pairs.DescribeKeyPairsResult.withKeyPairs
(Collection<KeyPairInfo> keyPairs) Information about one or more key pairs.