Uses of Class
software.amazon.awssdk.services.codebuild.model.CacheMode
-
Packages that use CacheMode Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of CacheMode in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return CacheMode Modifier and Type Method Description static CacheModeCacheMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CacheModeCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheMode[]CacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type CacheMode Modifier and Type Method Description static Set<CacheMode>CacheMode. knownValues()List<CacheMode>ProjectCache. modes()An array of strings that specify the local cache modes.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type CacheMode Modifier and Type Method Description ProjectCache.BuilderProjectCache.Builder. modes(CacheMode... modes)An array of strings that specify the local cache modes.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type CacheMode Modifier and Type Method Description ProjectCache.BuilderProjectCache.Builder. modes(Collection<CacheMode> modes)An array of strings that specify the local cache modes.
-