Uses of Enum
software.amazon.awssdk.services.cloudfront.model.OriginRequestPolicyType
Packages that use OriginRequestPolicyType
-
Uses of OriginRequestPolicyType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginRequestPolicyTypeModifier and TypeMethodDescriptionstatic OriginRequestPolicyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OriginRequestPolicyTypeListOriginRequestPoliciesRequest.type()A filter to return only the specified kinds of origin request policies.final OriginRequestPolicyTypeOriginRequestPolicySummary.type()The type of origin request policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).static OriginRequestPolicyTypeReturns the enum constant of this type with the specified name.static OriginRequestPolicyType[]OriginRequestPolicyType.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 OriginRequestPolicyTypeModifier and TypeMethodDescriptionstatic Set<OriginRequestPolicyType>OriginRequestPolicyType.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginRequestPolicyTypeModifier and TypeMethodDescriptionListOriginRequestPoliciesRequest.Builder.type(OriginRequestPolicyType type) A filter to return only the specified kinds of origin request policies.OriginRequestPolicySummary.Builder.type(OriginRequestPolicyType type) The type of origin request policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).