Uses of Class
software.amazon.awssdk.services.codebuild.model.CreateWebhookResponse
-
Packages that use CreateWebhookResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of CreateWebhookResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return CreateWebhookResponse Modifier and Type Method Description default CreateWebhookResponseCodeBuildClient. createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.default CreateWebhookResponseCodeBuildClient. createWebhook(CreateWebhookRequest createWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start 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 CreateWebhookResponse Modifier and Type Method Description default CompletableFuture<CreateWebhookResponse>CodeBuildAsyncClient. createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.default CompletableFuture<CreateWebhookResponse>CodeBuildAsyncClient. createWebhook(CreateWebhookRequest createWebhookRequest)For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
-