| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| Modifier and Type | Method and Description |
|---|---|
default InvalidateProjectCacheResponse |
CodeBuildClient.invalidateProjectCache(Consumer<InvalidateProjectCacheRequest.Builder> invalidateProjectCacheRequest)
Resets the cache for a project.
|
default InvalidateProjectCacheResponse |
CodeBuildClient.invalidateProjectCache(InvalidateProjectCacheRequest invalidateProjectCacheRequest)
Resets the cache for a project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InvalidateProjectCacheResponse> |
CodeBuildAsyncClient.invalidateProjectCache(Consumer<InvalidateProjectCacheRequest.Builder> invalidateProjectCacheRequest)
Resets the cache for a project.
|
default CompletableFuture<InvalidateProjectCacheResponse> |
CodeBuildAsyncClient.invalidateProjectCache(InvalidateProjectCacheRequest invalidateProjectCacheRequest)
Resets the cache for a project.
|
Copyright © 2023. All rights reserved.