Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublicKeySummary |
PublicKeySummary.clone() |
PublicKeySummary |
PublicKeySummary.withComment(String comment)
A comment to describe the public key.
|
PublicKeySummary |
PublicKeySummary.withCreatedTime(Date createdTime)
The date and time when the public key was uploaded.
|
PublicKeySummary |
PublicKeySummary.withEncodedKey(String encodedKey)
The public key.
|
PublicKeySummary |
PublicKeySummary.withId(String id)
The identifier of the public key.
|
PublicKeySummary |
PublicKeySummary.withName(String name)
A name to help identify the public key.
|
Modifier and Type | Method and Description |
---|---|
List<PublicKeySummary> |
PublicKeyList.getItems()
A list of public keys.
|
Modifier and Type | Method and Description |
---|---|
PublicKeyList |
PublicKeyList.withItems(PublicKeySummary... items)
A list of public keys.
|
Modifier and Type | Method and Description |
---|---|
void |
PublicKeyList.setItems(Collection<PublicKeySummary> items)
A list of public keys.
|
PublicKeyList |
PublicKeyList.withItems(Collection<PublicKeySummary> items)
A list of public keys.
|
Copyright © 2021. All rights reserved.