Uses of Class
software.amazon.awssdk.services.codebuild.model.DeleteWebhookResponse
-
Packages that use DeleteWebhookResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of DeleteWebhookResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return DeleteWebhookResponse Modifier and Type Method Description default DeleteWebhookResponseCodeBuildClient. deleteWebhook(Consumer<DeleteWebhookRequest.Builder> deleteWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.default DeleteWebhookResponseCodeBuildClient. deleteWebhook(DeleteWebhookRequest deleteWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type DeleteWebhookResponse Modifier and Type Method Description default CompletableFuture<DeleteWebhookResponse>CodeBuildAsyncClient. deleteWebhook(Consumer<DeleteWebhookRequest.Builder> deleteWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.default CompletableFuture<DeleteWebhookResponse>CodeBuildAsyncClient. deleteWebhook(DeleteWebhookRequest deleteWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
-