Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachePolicyList |
CachePolicyList.clone() |
CachePolicyList |
ListCachePoliciesResult.getCachePolicyList()
A list of cache policies.
|
CachePolicyList |
CachePolicyList.withItems(CachePolicySummary... items)
Contains the cache policies in the list.
|
CachePolicyList |
CachePolicyList.withItems(Collection<CachePolicySummary> items)
Contains the cache policies in the list.
|
CachePolicyList |
CachePolicyList.withMaxItems(Integer maxItems)
The maximum number of cache policies requested.
|
CachePolicyList |
CachePolicyList.withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
CachePolicyList |
CachePolicyList.withQuantity(Integer quantity)
The total number of cache policies returned in the response.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCachePoliciesResult.setCachePolicyList(CachePolicyList cachePolicyList)
A list of cache policies.
|
ListCachePoliciesResult |
ListCachePoliciesResult.withCachePolicyList(CachePolicyList cachePolicyList)
A list of cache policies.
|
Copyright © 2022. All rights reserved.