Uses of Interface
software.amazon.awscdk.services.ecr.assets.DockerCacheOption
Packages that use 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
Classes in software.amazon.awscdk.services.ecr.assets that implement DockerCacheOptionMethods in software.amazon.awscdk.services.ecr.assets that return DockerCacheOptionModifier 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()
Methods in software.amazon.awscdk.services.ecr.assets that return types with arguments of type DockerCacheOptionModifier 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()
Methods in software.amazon.awscdk.services.ecr.assets with parameters of type DockerCacheOptionModifier 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()
Method parameters in software.amazon.awscdk.services.ecr.assets with type arguments of type DockerCacheOptionModifier 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
Methods in software.amazon.awscdk.services.ecs that return DockerCacheOptionModifier and TypeMethodDescriptionfinal DockerCacheOption
AssetImageProps.Jsii$Proxy.getCacheTo()
Methods in software.amazon.awscdk.services.ecs that return types with arguments of type DockerCacheOptionModifier and TypeMethodDescriptionfinal List<DockerCacheOption>
AssetImageProps.Jsii$Proxy.getCacheFrom()
Methods in software.amazon.awscdk.services.ecs with parameters of type DockerCacheOptionModifier 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()
Method parameters in software.amazon.awscdk.services.ecs with type arguments of type DockerCacheOptionModifier 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
Methods in software.amazon.awscdk.services.lambda that return DockerCacheOptionModifier and TypeMethodDescriptionfinal DockerCacheOption
AssetImageCodeProps.Jsii$Proxy.getCacheTo()
Methods in software.amazon.awscdk.services.lambda that return types with arguments of type DockerCacheOptionModifier and TypeMethodDescriptionfinal List<DockerCacheOption>
AssetImageCodeProps.Jsii$Proxy.getCacheFrom()
Methods in software.amazon.awscdk.services.lambda with parameters of type DockerCacheOptionModifier 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()
Method parameters in software.amazon.awscdk.services.lambda with type arguments of type DockerCacheOptionModifier 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()