Uses of Enum
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyType
Packages that use ResponseHeadersPolicyType
-
Uses of ResponseHeadersPolicyType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyTypeModifier and TypeMethodDescriptionstatic ResponseHeadersPolicyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.ListResponseHeadersPoliciesRequest.type()A filter to get only the specified kind of response headers policies.ResponseHeadersPolicySummary.type()The type of response headers policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).static ResponseHeadersPolicyTypeReturns 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 ResponseHeadersPolicyTypeModifier and TypeMethodDescriptionstatic Set<ResponseHeadersPolicyType>ResponseHeadersPolicyType.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicyTypeModifier and TypeMethodDescriptionListResponseHeadersPoliciesRequest.Builder.type(ResponseHeadersPolicyType type) A filter to get only the specified kind of response headers policies.ResponseHeadersPolicySummary.Builder.type(ResponseHeadersPolicyType type) The type of response headers policy, eithermanaged(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).