Uses of Class
software.amazon.awssdk.services.codebuild.model.InvalidateProjectCacheResponse
-
Packages that use InvalidateProjectCacheResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of InvalidateProjectCacheResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return InvalidateProjectCacheResponse Modifier and Type Method Description default InvalidateProjectCacheResponseCodeBuildClient. invalidateProjectCache(Consumer<InvalidateProjectCacheRequest.Builder> invalidateProjectCacheRequest)Resets the cache for a project.default InvalidateProjectCacheResponseCodeBuildClient. invalidateProjectCache(InvalidateProjectCacheRequest invalidateProjectCacheRequest)Resets the cache for a project.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type InvalidateProjectCacheResponse Modifier and Type Method 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.
-