Uses of Enum
software.amazon.awssdk.services.cloudfront.model.ViewerProtocolPolicy
Packages that use ViewerProtocolPolicy
-
Uses of ViewerProtocolPolicy in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ViewerProtocolPolicyModifier and TypeMethodDescriptionstatic ViewerProtocolPolicyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ViewerProtocolPolicyReturns the enum constant of this type with the specified name.static ViewerProtocolPolicy[]ViewerProtocolPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.final ViewerProtocolPolicyCacheBehavior.viewerProtocolPolicy()The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.final ViewerProtocolPolicyDefaultCacheBehavior.viewerProtocolPolicy()The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ViewerProtocolPolicyModifier and TypeMethodDescriptionstatic Set<ViewerProtocolPolicy>ViewerProtocolPolicy.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ViewerProtocolPolicyModifier and TypeMethodDescriptionCacheBehavior.Builder.viewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy) The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.DefaultCacheBehavior.Builder.viewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy) The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.