@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:58.436Z")
public class CachedMethods
extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudfront.*; CachedMethods cachedMethods = CachedMethods.CACHE_GET_HEAD;
Modifier and Type | Field and Description |
---|---|
static CachedMethods |
CACHE_GET_HEAD
HEAD and GET.
|
static CachedMethods |
CACHE_GET_HEAD_OPTIONS
HEAD, GET, and OPTIONS.
|
Modifier | Constructor and Description |
---|---|
protected |
CachedMethods(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CachedMethods(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getMethods()
HTTP methods supported.
|
public static final CachedMethods CACHE_GET_HEAD
public static final CachedMethods CACHE_GET_HEAD_OPTIONS