| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
UpdatePublicKeyResponse.publicKey()
Return the results of updating the public key.
|
PublicKey |
CreatePublicKeyResponse.publicKey()
Returned when you add a public key.
|
PublicKey |
GetPublicKeyResponse.publicKey()
Return the public key.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePublicKeyResponse.Builder |
UpdatePublicKeyResponse.Builder.publicKey(PublicKey publicKey)
Return the results of updating the public key.
|
CreatePublicKeyResponse.Builder |
CreatePublicKeyResponse.Builder.publicKey(PublicKey publicKey)
Returned when you add a public key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.publicKey(PublicKey publicKey)
Return the public key.
|
Copyright © 2020. All rights reserved.