Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginRequestPolicyType
-
Packages that use OriginRequestPolicyType Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of OriginRequestPolicyType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginRequestPolicyType Modifier and Type Method Description static OriginRequestPolicyTypeOriginRequestPolicyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginRequestPolicyTypeListOriginRequestPoliciesRequest. type()A filter to return only the specified kinds of origin request policies.OriginRequestPolicyTypeOriginRequestPolicySummary. type()The type of origin request policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).static OriginRequestPolicyTypeOriginRequestPolicyType. valueOf(String name)Returns 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 OriginRequestPolicyType Modifier and Type Method Description static Set<OriginRequestPolicyType>OriginRequestPolicyType. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginRequestPolicyType Modifier and Type Method Description ListOriginRequestPoliciesRequest.BuilderListOriginRequestPoliciesRequest.Builder. type(OriginRequestPolicyType type)A filter to return only the specified kinds of origin request policies.OriginRequestPolicySummary.BuilderOriginRequestPolicySummary.Builder. type(OriginRequestPolicyType type)The type of origin request policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).
-