Uses of Class
software.amazon.awssdk.services.cloudfront.model.ViewerProtocolPolicy
-
Packages that use ViewerProtocolPolicy Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ViewerProtocolPolicy in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ViewerProtocolPolicy Modifier and Type Method Description static ViewerProtocolPolicyViewerProtocolPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.ViewerProtocolPolicyCacheBehavior. viewerProtocolPolicy()The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.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 ViewerProtocolPolicy Modifier and Type Method Description static Set<ViewerProtocolPolicy>ViewerProtocolPolicy. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ViewerProtocolPolicy Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.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.BuilderDefaultCacheBehavior.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.
-