Uses of Enum
software.amazon.awssdk.services.cloudfront.model.FrameOptionsList
Packages that use FrameOptionsList
-
Uses of FrameOptionsList in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FrameOptionsListModifier and TypeMethodDescriptionfinal FrameOptionsListResponseHeadersPolicyFrameOptions.frameOption()The value of theX-Frame-OptionsHTTP response header.static FrameOptionsListUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FrameOptionsListReturns the enum constant of this type with the specified name.static FrameOptionsList[]FrameOptionsList.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 FrameOptionsListMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type FrameOptionsListModifier and TypeMethodDescriptionResponseHeadersPolicyFrameOptions.Builder.frameOption(FrameOptionsList frameOption) The value of theX-Frame-OptionsHTTP response header.