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