Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachePolicySummary |
CachePolicySummary.clone() |
CachePolicySummary |
CachePolicySummary.withCachePolicy(CachePolicy cachePolicy)
The cache policy.
|
CachePolicySummary |
CachePolicySummary.withType(CachePolicyType type)
The type of cache policy, either
managed (created by Amazon Web Services) or custom
(created in this Amazon Web Services account). |
CachePolicySummary |
CachePolicySummary.withType(String type)
The type of cache policy, either
managed (created by Amazon Web Services) or custom
(created in this Amazon Web Services account). |
Modifier and Type | Method and Description |
---|---|
List<CachePolicySummary> |
CachePolicyList.getItems()
Contains the cache policies in the list.
|
Modifier and Type | Method and Description |
---|---|
CachePolicyList |
CachePolicyList.withItems(CachePolicySummary... items)
Contains the cache policies in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
CachePolicyList.setItems(Collection<CachePolicySummary> items)
Contains the cache policies in the list.
|
CachePolicyList |
CachePolicyList.withItems(Collection<CachePolicySummary> items)
Contains the cache policies in the list.
|
Copyright © 2022. All rights reserved.