Uses of Interface
software.amazon.awscdk.cloud_assembly_schema.DockerCacheOption
Packages that use DockerCacheOption
-
Uses of DockerCacheOption in software.amazon.awscdk.cloud_assembly_schema
Classes in software.amazon.awscdk.cloud_assembly_schema that implement DockerCacheOptionMethods in software.amazon.awscdk.cloud_assembly_schema that return DockerCacheOptionModifier and TypeMethodDescriptionDockerCacheOption.Builder.build()Builds the configured instance.default DockerCacheOptionDockerImageSource.getCacheTo()Cache to options to pass to thedocker buildcommand.final DockerCacheOptionDockerImageSource.Jsii$Proxy.getCacheTo()Methods in software.amazon.awscdk.cloud_assembly_schema that return types with arguments of type DockerCacheOptionModifier and TypeMethodDescriptiondefault List<DockerCacheOption> DockerImageSource.getCacheFrom()Cache from options to pass to thedocker buildcommand.final List<DockerCacheOption> DockerImageSource.Jsii$Proxy.getCacheFrom()Methods in software.amazon.awscdk.cloud_assembly_schema with parameters of type DockerCacheOptionModifier and TypeMethodDescriptionDockerImageSource.Builder.cacheTo(DockerCacheOption cacheTo) Sets the value ofDockerImageSource.getCacheTo()Method parameters in software.amazon.awscdk.cloud_assembly_schema with type arguments of type DockerCacheOptionModifier and TypeMethodDescriptionDockerImageSource.Builder.cacheFrom(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerImageSource.getCacheFrom()