Uses of Interface
software.amazon.awssdk.services.codebuild.model.InvalidateProjectCacheRequest.Builder
-
Packages that use InvalidateProjectCacheRequest.Builder Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.model -
-
Uses of InvalidateProjectCacheRequest.Builder in software.amazon.awssdk.services.codebuild
Method parameters in software.amazon.awssdk.services.codebuild with type arguments of type InvalidateProjectCacheRequest.Builder Modifier and Type Method Description default CompletableFuture<InvalidateProjectCacheResponse>CodeBuildAsyncClient. invalidateProjectCache(Consumer<InvalidateProjectCacheRequest.Builder> invalidateProjectCacheRequest)Resets the cache for a project.default InvalidateProjectCacheResponseCodeBuildClient. invalidateProjectCache(Consumer<InvalidateProjectCacheRequest.Builder> invalidateProjectCacheRequest)Resets the cache for a project. -
Uses of InvalidateProjectCacheRequest.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return InvalidateProjectCacheRequest.Builder Modifier and Type Method Description static InvalidateProjectCacheRequest.BuilderInvalidateProjectCacheRequest. builder()InvalidateProjectCacheRequest.BuilderInvalidateProjectCacheRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InvalidateProjectCacheRequest.BuilderInvalidateProjectCacheRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)InvalidateProjectCacheRequest.BuilderInvalidateProjectCacheRequest.Builder. projectName(String projectName)The name of the CodeBuild build project that the cache is reset for.InvalidateProjectCacheRequest.BuilderInvalidateProjectCacheRequest. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type InvalidateProjectCacheRequest.Builder Modifier and Type Method Description static Class<? extends InvalidateProjectCacheRequest.Builder>InvalidateProjectCacheRequest. serializableBuilderClass()
-