| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyList.Builder |
PublicKeyList.builder() |
PublicKeyList.Builder |
PublicKeyList.Builder.items(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList.Builder |
PublicKeyList.Builder.items(Consumer<PublicKeySummary.Builder>... items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList.Builder |
PublicKeyList.Builder.items(PublicKeySummary... items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList.Builder |
PublicKeyList.Builder.maxItems(Integer maxItems)
The maximum number of public keys you want in the response body.
|
PublicKeyList.Builder |
PublicKeyList.Builder.nextMarker(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.Builder |
PublicKeyList.Builder.quantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
|
PublicKeyList.Builder |
PublicKeyList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PublicKeyList.Builder> |
PublicKeyList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListPublicKeysResponse.Builder |
ListPublicKeysResponse.Builder.publicKeyList(Consumer<PublicKeyList.Builder> publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
|
Copyright © 2019. All rights reserved.