| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachePolicyType |
CachePolicyType.fromValue(String value)
Use this in place of valueOf.
|
static CachePolicyType |
CachePolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachePolicyType[] |
CachePolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListCachePoliciesRequest |
ListCachePoliciesRequest.withType(CachePolicyType type)
A filter to return only the specified kinds of cache policies.
|
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). |
Copyright © 2022. All rights reserved.