| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectCache |
CreateProjectRequest.cache()
Stores recently used information so that it can be quickly accessed at a later time.
|
ProjectCache |
Build.cache()
Information about the cache for the build.
|
ProjectCache |
BuildBatch.cache()
Returns the value of the Cache property for this object.
|
ProjectCache |
Project.cache()
Information about the cache for the build project.
|
ProjectCache |
UpdateProjectRequest.cache()
Stores recently used information so that it can be quickly accessed at a later time.
|
ProjectCache |
StartBuildBatchRequest.cacheOverride()
A
ProjectCache object that specifies cache overrides. |
ProjectCache |
StartBuildRequest.cacheOverride()
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.cache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
Build.Builder |
Build.Builder.cache(ProjectCache cache)
Information about the cache for the build.
|
BuildBatch.Builder |
BuildBatch.Builder.cache(ProjectCache cache)
Sets the value of the Cache property for this object.
|
Project.Builder |
Project.Builder.cache(ProjectCache cache)
Information about the cache for the build project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.cache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.cacheOverride(ProjectCache cacheOverride)
A
ProjectCache object that specifies cache overrides. |
StartBuildRequest.Builder |
StartBuildRequest.Builder.cacheOverride(ProjectCache cacheOverride)
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
Copyright © 2023. All rights reserved.