Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublicKey |
PublicKey.clone() |
PublicKey |
UpdatePublicKeyResult.getPublicKey()
Return the results of updating the public key.
|
PublicKey |
GetPublicKeyResult.getPublicKey()
Return the public key.
|
PublicKey |
CreatePublicKeyResult.getPublicKey()
Returned when you add a public key.
|
PublicKey |
PublicKey.withCreatedTime(Date createdTime)
A time you added a public key to CloudFront.
|
PublicKey |
PublicKey.withId(String id)
A unique ID assigned to a public key you've added to CloudFront.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePublicKeyResult.setPublicKey(PublicKey publicKey)
Return the results of updating the public key.
|
void |
GetPublicKeyResult.setPublicKey(PublicKey publicKey)
Return the public key.
|
void |
CreatePublicKeyResult.setPublicKey(PublicKey publicKey)
Returned when you add a public key.
|
UpdatePublicKeyResult |
UpdatePublicKeyResult.withPublicKey(PublicKey publicKey)
Return the results of updating the public key.
|
GetPublicKeyResult |
GetPublicKeyResult.withPublicKey(PublicKey publicKey)
Return the public key.
|
CreatePublicKeyResult |
CreatePublicKeyResult.withPublicKey(PublicKey publicKey)
Returned when you add a public key.
|
Copyright © 2019. All rights reserved.