Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyType
-
Packages that use ResponseHeadersPolicyType Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicyType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyType Modifier and Type Method Description static ResponseHeadersPolicyTypeResponseHeadersPolicyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResponseHeadersPolicyTypeListResponseHeadersPoliciesRequest. type()A filter to get only the specified kind of response headers policies.ResponseHeadersPolicyTypeResponseHeadersPolicySummary. type()The type of response headers policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).static ResponseHeadersPolicyTypeResponseHeadersPolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseHeadersPolicyType[]ResponseHeadersPolicyType. 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 ResponseHeadersPolicyType Modifier and Type Method Description static Set<ResponseHeadersPolicyType>ResponseHeadersPolicyType. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicyType Modifier and Type Method Description ListResponseHeadersPoliciesRequest.BuilderListResponseHeadersPoliciesRequest.Builder. type(ResponseHeadersPolicyType type)A filter to get only the specified kind of response headers policies.ResponseHeadersPolicySummary.BuilderResponseHeadersPolicySummary.Builder. type(ResponseHeadersPolicyType type)The type of response headers policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).
-