| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static AllowedMethods |
AllowedMethods.ALLOW_ALL
All supported HTTP methods.
|
static AllowedMethods |
AllowedMethods.ALLOW_GET_HEAD
HEAD and GET.
|
static AllowedMethods |
AllowedMethods.ALLOW_GET_HEAD_OPTIONS
HEAD, GET, and OPTIONS.
|
| Modifier and Type | Method and Description |
|---|---|
AllowedMethods |
BehaviorOptions.Jsii$Proxy.getAllowedMethods() |
default AllowedMethods |
AddBehaviorOptions.getAllowedMethods()
HTTP methods to allow for this behavior.
|
AllowedMethods |
AddBehaviorOptions.Jsii$Proxy.getAllowedMethods() |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOptions.Builder |
BehaviorOptions.Builder.allowedMethods(AllowedMethods allowedMethods)
Sets the value of
AddBehaviorOptions.getAllowedMethods() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.allowedMethods(AllowedMethods allowedMethods)
Sets the value of
AddBehaviorOptions.getAllowedMethods() |
Copyright © 2022. All rights reserved.