Uses of Class
com.amazonaws.services.iot.model.KeyPair
Packages that use KeyPair
-
Uses of KeyPair in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return KeyPairModifier and TypeMethodDescriptionKeyPair.clone()
CreateKeysAndCertificateResult.getKeyPair()
The generated key pair.KeyPair.withPrivateKey
(String privateKey) The private key.KeyPair.withPublicKey
(String publicKey) The public key.Methods in com.amazonaws.services.iot.model with parameters of type KeyPairModifier and TypeMethodDescriptionvoid
CreateKeysAndCertificateResult.setKeyPair
(KeyPair keyPair) The generated key pair.CreateKeysAndCertificateResult.withKeyPair
(KeyPair keyPair) The generated key pair.