Uses of Interface
software.amazon.awscdk.cloudassembly.schema.DockerCacheOption
-
-
Uses of DockerCacheOption in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement DockerCacheOption Modifier and Type Class Description static classDockerCacheOption.Jsii$ProxyAn implementation forDockerCacheOptionMethods in software.amazon.awscdk.cloudassembly.schema that return DockerCacheOption Modifier and Type Method Description DockerCacheOptionDockerCacheOption.Builder. build()Builds the configured instance.default DockerCacheOptionDockerImageSource. getCacheTo()Cache to options to pass to thedocker buildcommand.DockerCacheOptionDockerImageSource.Jsii$Proxy. getCacheTo()Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type DockerCacheOption Modifier and Type Method Description default List<DockerCacheOption>DockerImageSource. getCacheFrom()Cache from options to pass to thedocker buildcommand.List<DockerCacheOption>DockerImageSource.Jsii$Proxy. getCacheFrom()Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type DockerCacheOption Modifier and Type Method Description DockerImageSource.BuilderDockerImageSource.Builder. cacheTo(DockerCacheOption cacheTo)Sets the value ofDockerImageSource.getCacheTo()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type DockerCacheOption Modifier and Type Method Description DockerImageSource.BuilderDockerImageSource.Builder. cacheFrom(List<? extends DockerCacheOption> cacheFrom)Sets the value ofDockerImageSource.getCacheFrom()
-