Uses of Class
software.amazon.awscdk.services.s3.deployment.CacheControl
Packages that use CacheControl
Package
Description
AWS S3 Deployment Construct Library
-
Uses of CacheControl in software.amazon.awscdk.services.s3.deployment
Methods in software.amazon.awscdk.services.s3.deployment that return CacheControlModifier and TypeMethodDescriptionstatic CacheControlCacheControl.fromString(String s) Constructs a custom cache control key from the literal value.static CacheControlSets 'max-age=<duration-in-seconds>'.static CacheControlCacheControl.mustRevalidate()Sets 'must-revalidate'.static CacheControlCacheControl.noCache()Sets 'no-cache'.static CacheControlCacheControl.noTransform()Sets 'no-transform'.static CacheControlCacheControl.proxyRevalidate()Sets 'proxy-revalidate'.static CacheControlCacheControl.setPrivate()Sets 'private'.static CacheControlCacheControl.setPublic()Sets 'public'.static CacheControlSets 's-maxage=<duration-in-seconds>'.Methods in software.amazon.awscdk.services.s3.deployment that return types with arguments of type CacheControlModifier 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()Method parameters in software.amazon.awscdk.services.s3.deployment with type arguments of type CacheControlModifier 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()