Uses of Enum
software.amazon.awssdk.services.cloudfront.model.OriginAccessControlSigningBehaviors
Packages that use OriginAccessControlSigningBehaviors
-
Uses of OriginAccessControlSigningBehaviors in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginAccessControlSigningBehaviorsModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.OriginAccessControlConfig.signingBehavior()Specifies which requests CloudFront signs (adds authentication information to).OriginAccessControlSummary.signingBehavior()A value that specifies which requests CloudFront signs (adds authentication information to).Returns the enum constant of this type with the specified name.static OriginAccessControlSigningBehaviors[]OriginAccessControlSigningBehaviors.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 OriginAccessControlSigningBehaviorsMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginAccessControlSigningBehaviorsModifier and TypeMethodDescriptionOriginAccessControlConfig.Builder.signingBehavior(OriginAccessControlSigningBehaviors signingBehavior) Specifies which requests CloudFront signs (adds authentication information to).OriginAccessControlSummary.Builder.signingBehavior(OriginAccessControlSigningBehaviors signingBehavior) A value that specifies which requests CloudFront signs (adds authentication information to).