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)
A list of public keys.
|
PublicKeyList |
PublicKeyList.withItems(PublicKeySummary... items)
A list of public keys.
|
PublicKeyList |
PublicKeyList.withMaxItems(Integer maxItems)
The maximum number of public keys you want in the response.
|
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 in the list.
|
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 © 2023. All rights reserved.