| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
PublicKeyConfig |
CreatePublicKeyRequest.publicKeyConfig()
The request to add a public key to CloudFront.
|
PublicKeyConfig |
GetPublicKeyConfigResponse.publicKeyConfig()
Return the result for the public key configuration.
|
PublicKeyConfig |
PublicKey.publicKeyConfig()
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
PublicKeyConfig |
UpdatePublicKeyRequest.publicKeyConfig()
Request to update public key information.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePublicKeyRequest.Builder |
CreatePublicKeyRequest.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig)
The request to add a public key to CloudFront.
|
GetPublicKeyConfigResponse.Builder |
GetPublicKeyConfigResponse.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
|
PublicKey.Builder |
PublicKey.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
UpdatePublicKeyRequest.Builder |
UpdatePublicKeyRequest.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
|
Copyright © 2020. All rights reserved.