Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublicKeyConfig |
PublicKeyConfig.clone() |
PublicKeyConfig |
UpdatePublicKeyRequest.getPublicKeyConfig()
A public key configuration.
|
PublicKeyConfig |
GetPublicKeyConfigResult.getPublicKeyConfig()
A public key configuration.
|
PublicKeyConfig |
CreatePublicKeyRequest.getPublicKeyConfig()
A CloudFront public key configuration.
|
PublicKeyConfig |
PublicKey.getPublicKeyConfig()
Configuration information about a public key that you can use with signed URLs and
signed cookies, or with field-level
encryption.
|
PublicKeyConfig |
PublicKeyConfig.withCallerReference(String callerReference)
A string included in the request to help make sure that the request can’t be replayed.
|
PublicKeyConfig |
PublicKeyConfig.withComment(String comment)
A comment to describe the public key.
|
PublicKeyConfig |
PublicKeyConfig.withEncodedKey(String encodedKey)
The public key that you can use with signed URLs and
signed cookies, or with field-level
encryption.
|
PublicKeyConfig |
PublicKeyConfig.withName(String name)
A name to help identify the public key.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePublicKeyRequest.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
void |
GetPublicKeyConfigResult.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
void |
CreatePublicKeyRequest.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A CloudFront public key configuration.
|
void |
PublicKey.setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Configuration information about a public key that you can use with signed URLs and
signed cookies, or with field-level
encryption.
|
UpdatePublicKeyRequest |
UpdatePublicKeyRequest.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
GetPublicKeyConfigResult |
GetPublicKeyConfigResult.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
CreatePublicKeyRequest |
CreatePublicKeyRequest.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A CloudFront public key configuration.
|
PublicKey |
PublicKey.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Configuration information about a public key that you can use with signed URLs and
signed cookies, or with field-level
encryption.
|
Copyright © 2022. All rights reserved.