Uses of Class
software.amazon.awscdk.services.cloudfront.AllowedMethods
-
Uses of AllowedMethods in software.amazon.awscdk.services.cloudfront
Modifier and TypeFieldDescriptionstatic final AllowedMethods
AllowedMethods.ALLOW_ALL
All supported HTTP methods.static final AllowedMethods
AllowedMethods.ALLOW_GET_HEAD
HEAD and GET.static final AllowedMethods
AllowedMethods.ALLOW_GET_HEAD_OPTIONS
HEAD, GET, and OPTIONS.Modifier and TypeMethodDescriptiondefault AllowedMethods
AddBehaviorOptions.getAllowedMethods()
HTTP methods to allow for this behavior.final AllowedMethods
AddBehaviorOptions.Jsii$Proxy.getAllowedMethods()
final AllowedMethods
BehaviorOptions.Jsii$Proxy.getAllowedMethods()
Modifier and TypeMethodDescriptionAddBehaviorOptions.Builder.allowedMethods
(AllowedMethods allowedMethods) Sets the value ofAddBehaviorOptions.getAllowedMethods()
BehaviorOptions.Builder.allowedMethods
(AllowedMethods allowedMethods) Sets the value ofAddBehaviorOptions.getAllowedMethods()