| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateWebhookResponse |
CodeBuildClient.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateWebhookRequestMarshaller.marshall(CreateWebhookRequest createWebhookRequest) |
Copyright © 2023. All rights reserved.