Uses of Interface
software.amazon.awscdk.cloudassembly.schema.ContainerImageAssetCacheOption
-
-
Uses of ContainerImageAssetCacheOption in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement ContainerImageAssetCacheOption Modifier and Type Class Description static classContainerImageAssetCacheOption.Jsii$ProxyAn implementation forContainerImageAssetCacheOptionMethods in software.amazon.awscdk.cloudassembly.schema that return ContainerImageAssetCacheOption Modifier and Type Method Description ContainerImageAssetCacheOptionContainerImageAssetCacheOption.Builder. build()Builds the configured instance.default ContainerImageAssetCacheOptionContainerImageAssetMetadataEntry. getCacheTo()Cache to options to pass to thedocker buildcommand.ContainerImageAssetCacheOptionContainerImageAssetMetadataEntry.Jsii$Proxy. getCacheTo()Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type ContainerImageAssetCacheOption Modifier and Type Method Description default List<ContainerImageAssetCacheOption>ContainerImageAssetMetadataEntry. getCacheFrom()Cache from options to pass to thedocker buildcommand.List<ContainerImageAssetCacheOption>ContainerImageAssetMetadataEntry.Jsii$Proxy. getCacheFrom()Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type ContainerImageAssetCacheOption Modifier and Type Method Description ContainerImageAssetMetadataEntry.BuilderContainerImageAssetMetadataEntry.Builder. cacheTo(ContainerImageAssetCacheOption cacheTo)Sets the value ofContainerImageAssetMetadataEntry.getCacheTo()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type ContainerImageAssetCacheOption Modifier and Type Method Description ContainerImageAssetMetadataEntry.BuilderContainerImageAssetMetadataEntry.Builder. cacheFrom(List<? extends ContainerImageAssetCacheOption> cacheFrom)Sets the value ofContainerImageAssetMetadataEntry.getCacheFrom()
-