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 CacheControlCacheControl.immutable()Sets 'immutable'.static CacheControlSets 'max-age=invalid input: '<'duration-in-seconds>'.static CacheControlCacheControl.mustRevalidate()Sets 'must-revalidate'.static CacheControlCacheControl.mustUnderstand()Sets 'must-understand'.static CacheControlCacheControl.noCache()Sets 'no-cache'.static CacheControlCacheControl.noStore()Sets 'no-store'.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=invalid input: '<'duration-in-seconds>'.static CacheControlCacheControl.staleIfError(Duration t) Sets 'stale-if-error=invalid input: '<'duration-in-seconds>'.static CacheControlCacheControl.staleWhileRevalidate(Duration t) Sets 'stale-while-revalidate=invalid input: '<'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()