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 KeyPairInfoKeyPairInfo. clone()KeyPairInfoKeyPairInfo. withKeyFingerprint(String keyFingerprint)If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key.KeyPairInfoKeyPairInfo. 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 DescribeKeyPairsResultDescribeKeyPairsResult. 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 voidDescribeKeyPairsResult. setKeyPairs(Collection<KeyPairInfo> keyPairs)Information about one or more key pairs.DescribeKeyPairsResultDescribeKeyPairsResult. withKeyPairs(Collection<KeyPairInfo> keyPairs)Information about one or more key pairs.
-