Uses of Enum Class
software.amazon.awscdk.services.codebuild.LocalCacheMode
Packages that use LocalCacheMode
-
Uses of LocalCacheMode in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return LocalCacheModeModifier and TypeMethodDescriptionstatic LocalCacheMode
Returns the enum constant of this class with the specified name.static LocalCacheMode[]
LocalCacheMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codebuild with parameters of type LocalCacheModeModifier and TypeMethodDescriptionstatic Cache
Cache.local
(@NotNull LocalCacheMode... modes) Create a local caching strategy.