Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicyType
-
Packages that use CachePolicyType Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CachePolicyType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyType Modifier and Type Method Description static CachePolicyTypeCachePolicyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CachePolicyTypeCachePolicySummary. type()The type of cache policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).CachePolicyTypeListCachePoliciesRequest. type()A filter to return only the specified kinds of cache policies.static CachePolicyTypeCachePolicyType. 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.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyType Modifier and Type Method Description static Set<CachePolicyType>CachePolicyType. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CachePolicyType Modifier and Type Method Description CachePolicySummary.BuilderCachePolicySummary.Builder. type(CachePolicyType type)The type of cache policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).ListCachePoliciesRequest.BuilderListCachePoliciesRequest.Builder. type(CachePolicyType type)A filter to return only the specified kinds of cache policies.
-