Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublicKeyList |
PublicKeyList.clone() |
PublicKeyList |
ListPublicKeysResult.getPublicKeyList()
Returns a list of all public keys that have been added to CloudFront for this account.
|
PublicKeyList |
PublicKeyList.withItems(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList |
PublicKeyList.withItems(PublicKeySummary... items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList |
PublicKeyList.withMaxItems(Integer maxItems)
The maximum number of public keys you want in the response body.
|
PublicKeyList |
PublicKeyList.withNextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker request parameter to continue listing your public keys where you left off. |
PublicKeyList |
PublicKeyList.withQuantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPublicKeysResult.setPublicKeyList(PublicKeyList publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeyList(PublicKeyList publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
|
Copyright © 2019. All rights reserved.