Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublicKeyConfig |
PublicKeyConfig.clone() |
PublicKeyConfig |
UpdatePublicKeyRequest.getPublicKeyConfig()
Request to update public key information.
|
PublicKeyConfig |
PublicKey.getPublicKeyConfig()
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
PublicKeyConfig |
CreatePublicKeyRequest.getPublicKeyConfig()
The request to add a public key to CloudFront.
|
PublicKeyConfig |
GetPublicKeyConfigResult.getPublicKeyConfig()
Return the result for the public key configuration.
|
PublicKeyConfig |
PublicKeyConfig.withCallerReference(String callerReference)
A unique number that ensures that the request can't be replayed.
|
PublicKeyConfig |
PublicKeyConfig.withComment(String comment)
An optional comment about a public key.
|
PublicKeyConfig |
PublicKeyConfig.withEncodedKey(String encodedKey)
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
|
PublicKeyConfig |
PublicKeyConfig.withName(String name)
The name for a public key you add to CloudFront to use with features like field-level encryption.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePublicKeyRequest.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
|
void |
PublicKey.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
void |
CreatePublicKeyRequest.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
The request to add a public key to CloudFront.
|
void |
GetPublicKeyConfigResult.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
|
UpdatePublicKeyRequest |
UpdatePublicKeyRequest.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
|
PublicKey |
PublicKey.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
CreatePublicKeyRequest |
CreatePublicKeyRequest.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
The request to add a public key to CloudFront.
|
GetPublicKeyConfigResult |
GetPublicKeyConfigResult.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
|
Copyright © 2019. All rights reserved.