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 KeyPairKeyPair. clone()KeyPairCreateKeysAndCertificateResult. getKeyPair()The generated key pair.KeyPairKeyPair. withPrivateKey(String privateKey)The private key.KeyPairKeyPair. withPublicKey(String publicKey)The public key.Methods in com.amazonaws.services.iot.model with parameters of type KeyPair Modifier and Type Method Description voidCreateKeysAndCertificateResult. setKeyPair(KeyPair keyPair)The generated key pair.CreateKeysAndCertificateResultCreateKeysAndCertificateResult. withKeyPair(KeyPair keyPair)The generated key pair.
-