Uses of Interface
software.amazon.awscdk.services.ecr.assets.DockerCacheOption
Package
Description
AWS CDK Docker Image Assets
Amazon ECS Construct Library
AWS Lambda Construct Library
-
Uses of DockerCacheOption in software.amazon.awscdk.services.ecr.assets
Modifier and TypeMethodDescriptionDockerCacheOption.Builder.build()
Builds the configured instance.default DockerCacheOption
DockerImageAssetOptions.getCacheTo()
Cache to options to pass to thedocker build
command.final DockerCacheOption
DockerImageAssetOptions.Jsii$Proxy.getCacheTo()
final DockerCacheOption
DockerImageAssetProps.Jsii$Proxy.getCacheTo()
Modifier and TypeMethodDescriptiondefault List<DockerCacheOption>
DockerImageAssetOptions.getCacheFrom()
Cache from options to pass to thedocker build
command.final List<DockerCacheOption>
DockerImageAssetOptions.Jsii$Proxy.getCacheFrom()
final List<DockerCacheOption>
DockerImageAssetProps.Jsii$Proxy.getCacheFrom()
Modifier and TypeMethodDescriptionDockerImageAsset.Builder.cacheTo
(DockerCacheOption cacheTo) Cache to options to pass to thedocker build
command.DockerImageAssetOptions.Builder.cacheTo
(DockerCacheOption cacheTo) Sets the value ofDockerImageAssetOptions.getCacheTo()
DockerImageAssetProps.Builder.cacheTo
(DockerCacheOption cacheTo) Sets the value ofDockerImageAssetOptions.getCacheTo()
Modifier and TypeMethodDescriptionDockerImageAsset.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Cache from options to pass to thedocker build
command.DockerImageAssetOptions.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerImageAssetOptions.getCacheFrom()
DockerImageAssetProps.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerImageAssetOptions.getCacheFrom()
-
Uses of DockerCacheOption in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionfinal DockerCacheOption
AssetImageProps.Jsii$Proxy.getCacheTo()
Modifier and TypeMethodDescriptionfinal List<DockerCacheOption>
AssetImageProps.Jsii$Proxy.getCacheFrom()
Modifier and TypeMethodDescriptionAssetImage.Builder.cacheTo
(DockerCacheOption cacheTo) Cache to options to pass to thedocker build
command.AssetImageProps.Builder.cacheTo
(DockerCacheOption cacheTo) Sets the value ofDockerImageAssetOptions.getCacheTo()
Modifier and TypeMethodDescriptionAssetImage.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Cache from options to pass to thedocker build
command.AssetImageProps.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerImageAssetOptions.getCacheFrom()
-
Uses of DockerCacheOption in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionfinal DockerCacheOption
AssetImageCodeProps.Jsii$Proxy.getCacheTo()
Modifier and TypeMethodDescriptionfinal List<DockerCacheOption>
AssetImageCodeProps.Jsii$Proxy.getCacheFrom()
Modifier and TypeMethodDescriptionAssetImageCode.Builder.cacheTo
(DockerCacheOption cacheTo) Cache to options to pass to thedocker build
command.AssetImageCodeProps.Builder.cacheTo
(DockerCacheOption cacheTo) Sets the value ofDockerImageAssetOptions.getCacheTo()
Modifier and TypeMethodDescriptionAssetImageCode.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Cache from options to pass to thedocker build
command.AssetImageCodeProps.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerImageAssetOptions.getCacheFrom()