Uses of Enum
software.amazon.awssdk.services.cloudfront.model.CachePolicyType
Packages that use CachePolicyType
-
Uses of CachePolicyType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyTypeModifier and TypeMethodDescriptionstatic CachePolicyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CachePolicyTypeCachePolicySummary.type()The type of cache policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).final CachePolicyTypeListCachePoliciesRequest.type()A filter to return only the specified kinds of cache policies.static CachePolicyTypeReturns 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 CachePolicyTypeMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type CachePolicyTypeModifier and TypeMethodDescriptionCachePolicySummary.Builder.type(CachePolicyType type) The type of cache policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).ListCachePoliciesRequest.Builder.type(CachePolicyType type) A filter to return only the specified kinds of cache policies.