Uses of Class
software.amazon.awscdk.services.s3.deployment.CacheControl
Package
Description
AWS S3 Deployment Construct Library
-
Uses of CacheControl in software.amazon.awscdk.services.s3.deployment
Modifier and TypeMethodDescriptionstatic CacheControl
CacheControl.fromString
(String s) Constructs a custom cache control key from the literal value.static CacheControl
CacheControl.immutable()
Sets 'immutable'.static CacheControl
Sets 'max-age=invalid input: '<'duration-in-seconds>'.static CacheControl
CacheControl.mustRevalidate()
Sets 'must-revalidate'.static CacheControl
CacheControl.mustUnderstand()
Sets 'must-understand'.static CacheControl
CacheControl.noCache()
Sets 'no-cache'.static CacheControl
CacheControl.noStore()
Sets 'no-store'.static CacheControl
CacheControl.noTransform()
Sets 'no-transform'.static CacheControl
CacheControl.proxyRevalidate()
Sets 'proxy-revalidate'.static CacheControl
CacheControl.setPrivate()
Sets 'private'.static CacheControl
CacheControl.setPublic()
Sets 'public'.static CacheControl
Sets 's-maxage=invalid input: '<'duration-in-seconds>'.static CacheControl
CacheControl.staleIfError
(Duration t) Sets 'stale-if-error=invalid input: '<'duration-in-seconds>'.static CacheControl
CacheControl.staleWhileRevalidate
(Duration t) Sets 'stale-while-revalidate=invalid input: '<'duration-in-seconds>'.Modifier and TypeMethodDescriptiondefault List<CacheControl>
BucketDeploymentProps.getCacheControl()
System-defined cache-control metadata to be set on all objects in the deployment.final List<CacheControl>
BucketDeploymentProps.Jsii$Proxy.getCacheControl()
Modifier and TypeMethodDescriptionBucketDeployment.Builder.cacheControl
(List<? extends CacheControl> cacheControl) System-defined cache-control metadata to be set on all objects in the deployment.BucketDeploymentProps.Builder.cacheControl
(List<? extends CacheControl> cacheControl) Sets the value ofBucketDeploymentProps.getCacheControl()