Uses of Class
software.amazon.awssdk.services.codebuild.model.DeleteWebhookRequest
-
Packages that use DeleteWebhookRequest Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.transform -
-
Uses of DeleteWebhookRequest in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild with parameters of type DeleteWebhookRequest Modifier and Type Method Description 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.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. -
Uses of DeleteWebhookRequest in software.amazon.awssdk.services.codebuild.transform
Methods in software.amazon.awssdk.services.codebuild.transform with parameters of type DeleteWebhookRequest Modifier and Type Method Description SdkHttpFullRequestDeleteWebhookRequestMarshaller. marshall(DeleteWebhookRequest deleteWebhookRequest)
-