| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectCache |
ProjectCache.clone() |
ProjectCache |
CreateProjectRequest.getCache()
Stores recently used information so that it can be quickly accessed at a later time.
|
ProjectCache |
Build.getCache()
Information about the cache for the build.
|
ProjectCache |
UpdateProjectRequest.getCache()
Stores recently used information so that it can be quickly accessed at a later time.
|
ProjectCache |
Project.getCache()
Information about the cache for the build project.
|
ProjectCache |
BuildBatch.getCache() |
ProjectCache |
StartBuildBatchRequest.getCacheOverride()
A
ProjectCache object that specifies cache overrides. |
ProjectCache |
StartBuildRequest.getCacheOverride()
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
ProjectCache |
ProjectCache.withLocation(String location)
Information about the cache location:
|
ProjectCache |
ProjectCache.withModes(CacheMode... modes)
An array of strings that specify the local cache modes.
|
ProjectCache |
ProjectCache.withModes(Collection<String> modes)
An array of strings that specify the local cache modes.
|
ProjectCache |
ProjectCache.withModes(String... modes)
An array of strings that specify the local cache modes.
|
ProjectCache |
ProjectCache.withType(CacheType type)
The type of cache used by the build project.
|
ProjectCache |
ProjectCache.withType(String type)
The type of cache used by the build project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setCache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
void |
Build.setCache(ProjectCache cache)
Information about the cache for the build.
|
void |
UpdateProjectRequest.setCache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
void |
Project.setCache(ProjectCache cache)
Information about the cache for the build project.
|
void |
BuildBatch.setCache(ProjectCache cache) |
void |
StartBuildBatchRequest.setCacheOverride(ProjectCache cacheOverride)
A
ProjectCache object that specifies cache overrides. |
void |
StartBuildRequest.setCacheOverride(ProjectCache cacheOverride)
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
CreateProjectRequest |
CreateProjectRequest.withCache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
Build |
Build.withCache(ProjectCache cache)
Information about the cache for the build.
|
UpdateProjectRequest |
UpdateProjectRequest.withCache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
Project |
Project.withCache(ProjectCache cache)
Information about the cache for the build project.
|
BuildBatch |
BuildBatch.withCache(ProjectCache cache) |
StartBuildBatchRequest |
StartBuildBatchRequest.withCacheOverride(ProjectCache cacheOverride)
A
ProjectCache object that specifies cache overrides. |
StartBuildRequest |
StartBuildRequest.withCacheOverride(ProjectCache cacheOverride)
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
Copyright © 2020. All rights reserved.