| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteWebhookResponse> |
CodeBuildAsyncClient.deleteWebhook(DeleteWebhookRequest deleteWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
|
default DeleteWebhookResponse |
CodeBuildClient.deleteWebhook(DeleteWebhookRequest deleteWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DeleteWebhookRequestMarshaller.marshall(DeleteWebhookRequest deleteWebhookRequest) |
Copyright © 2021. All rights reserved.