| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static CacheControl |
CacheControl.fromString(String s)
Allows you to create an arbitrary cache control directive, in case our support is missing a method for a particular directive.
|
static CacheControl |
CacheControl.maxAge(Duration t)
The 'max-age' cache control directive.
|
static CacheControl |
CacheControl.mustRevalidate()
The 'must-revalidate' cache control directive.
|
static CacheControl |
CacheControl.noCache()
The 'no-cache' cache control directive.
|
static CacheControl |
CacheControl.noTransform()
The 'no-transform' cache control directive.
|
static CacheControl |
CacheControl.proxyRevalidate()
The 'proxy-revalidate' cache control directive.
|
static CacheControl |
CacheControl.setPrivate()
The 'private' cache control directive.
|
static CacheControl |
CacheControl.setPublic()
The 'public' cache control directive.
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
The 's-max-age' cache control directive.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CacheControl> |
S3DeployActionProps.getCacheControl()
The caching behavior for requests/responses for objects in the bucket.
|
List<CacheControl> |
S3DeployActionProps.Jsii$Proxy.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
S3DeployActionProps.Builder |
S3DeployActionProps.Builder.cacheControl(List<? extends CacheControl> cacheControl)
Sets the value of
S3DeployActionProps.getCacheControl() |
S3DeployAction.Builder |
S3DeployAction.Builder.cacheControl(List<? extends CacheControl> cacheControl)
The caching behavior for requests/responses for objects in the bucket.
|
Copyright © 2022. All rights reserved.