Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectCache
-
Packages that use ProjectCache Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectCache in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectCache Modifier and Type Method Description ProjectCacheBuild. cache()Information about the cache for the build.ProjectCacheBuildBatch. cache()Returns the value of the Cache property for this object.ProjectCacheCreateProjectRequest. cache()Stores recently used information so that it can be quickly accessed at a later time.ProjectCacheProject. cache()Information about the cache for the build project.ProjectCacheUpdateProjectRequest. cache()Stores recently used information so that it can be quickly accessed at a later time.ProjectCacheStartBuildBatchRequest. cacheOverride()AProjectCacheobject that specifies cache overrides.ProjectCacheStartBuildRequest. cacheOverride()A ProjectCache object specified for this build that overrides the one defined in the build project.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectCache Modifier and Type Method Description Build.BuilderBuild.Builder. cache(ProjectCache cache)Information about the cache for the build.BuildBatch.BuilderBuildBatch.Builder. cache(ProjectCache cache)Sets the value of the Cache property for this object.CreateProjectRequest.BuilderCreateProjectRequest.Builder. cache(ProjectCache cache)Stores recently used information so that it can be quickly accessed at a later time.Project.BuilderProject.Builder. cache(ProjectCache cache)Information about the cache for the build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. cache(ProjectCache cache)Stores recently used information so that it can be quickly accessed at a later time.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. cacheOverride(ProjectCache cacheOverride)AProjectCacheobject that specifies cache overrides.StartBuildRequest.BuilderStartBuildRequest.Builder. cacheOverride(ProjectCache cacheOverride)A ProjectCache object specified for this build that overrides the one defined in the build project.
-