| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static LocalCacheMode |
LocalCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalCacheMode[] |
LocalCacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
Cache.local(LocalCacheMode... modes)
(experimental) Create a local caching strategy.
|
Copyright © 2021. All rights reserved.