Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublicKey |
PublicKey.clone() |
PublicKey |
UpdatePublicKeyResult.getPublicKey()
The public key.
|
PublicKey |
GetPublicKeyResult.getPublicKey()
The public key.
|
PublicKey |
CreatePublicKeyResult.getPublicKey()
The public key.
|
PublicKey |
PublicKey.withCreatedTime(Date createdTime)
The date and time when the public key was uploaded.
|
PublicKey |
PublicKey.withId(String id)
The identifier of the public key.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePublicKeyResult.setPublicKey(PublicKey publicKey)
The public key.
|
void |
GetPublicKeyResult.setPublicKey(PublicKey publicKey)
The public key.
|
void |
CreatePublicKeyResult.setPublicKey(PublicKey publicKey)
The public key.
|
UpdatePublicKeyResult |
UpdatePublicKeyResult.withPublicKey(PublicKey publicKey)
The public key.
|
GetPublicKeyResult |
GetPublicKeyResult.withPublicKey(PublicKey publicKey)
The public key.
|
CreatePublicKeyResult |
CreatePublicKeyResult.withPublicKey(PublicKey publicKey)
The public key.
|
Copyright © 2022. All rights reserved.