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 DockerCacheOptionDockerImageAssetOptions.getCacheTo()Cache to options to pass to thedocker buildcommand.final DockerCacheOptionDockerImageAssetOptions.Jsii$Proxy.getCacheTo()final DockerCacheOptionDockerImageAssetProps.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 buildcommand.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 buildcommand.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 buildcommand.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 DockerCacheOptionAssetImageProps.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 buildcommand.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 buildcommand.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 DockerCacheOptionAssetImageCodeProps.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 buildcommand.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 buildcommand.AssetImageCodeProps.Builder.cacheFrom(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerImageAssetOptions.getCacheFrom()