Uses of Class
com.amazonaws.services.cloudfront.model.ViewerProtocolPolicy
-
Packages that use ViewerProtocolPolicy Package Description com.amazonaws.services.cloudfront.model -
-
Uses of ViewerProtocolPolicy in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return ViewerProtocolPolicy Modifier and Type Method Description static ViewerProtocolPolicyViewerProtocolPolicy. fromValue(String value)Use this in place of valueOf.static ViewerProtocolPolicyViewerProtocolPolicy. valueOf(String name)Returns 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.Methods in com.amazonaws.services.cloudfront.model with parameters of type ViewerProtocolPolicy Modifier and Type Method Description voidCacheBehavior. setViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.voidDefaultCacheBehavior. setViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.CacheBehaviorCacheBehavior. withViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.DefaultCacheBehaviorDefaultCacheBehavior. withViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
-