| 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 |
ProjectCache.withLocation(String location)
Information about the cache location, as follows:
|
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.
|
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.
|
Copyright © 2017. All rights reserved.