| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachePolicyType |
CachePolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CachePolicyType |
CachePolicySummary.type()
The type of cache policy, either
managed (created by Amazon Web Services) or custom
(created in this Amazon Web Services account). |
CachePolicyType |
ListCachePoliciesRequest.type()
A filter to return only the specified kinds of cache policies.
|
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 |
|---|---|
static Set<CachePolicyType> |
CachePolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CachePolicySummary.Builder |
CachePolicySummary.Builder.type(CachePolicyType type)
The type of cache policy, either
managed (created by Amazon Web Services) or custom
(created in this Amazon Web Services account). |
ListCachePoliciesRequest.Builder |
ListCachePoliciesRequest.Builder.type(CachePolicyType type)
A filter to return only the specified kinds of cache policies.
|
Copyright © 2023. All rights reserved.