Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private KeyPair |
CreateKeysAndCertificateResult.keyPair
The generated key pair.
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.clone() |
KeyPair |
CreateKeysAndCertificateResult.getKeyPair()
The generated key pair.
|
KeyPair |
KeyPair.withPrivateKey(java.lang.String privateKey)
The private key.
|
KeyPair |
KeyPair.withPublicKey(java.lang.String publicKey)
The public key.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateKeysAndCertificateResult.setKeyPair(KeyPair keyPair)
The generated key pair.
|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.withKeyPair(KeyPair keyPair)
The generated key pair.
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPairJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
KeyPairJsonMarshaller.marshall(KeyPair keyPair,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|