| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
AbstractAWSCodeBuild.createWebhook(CreateWebhookRequest request) |
CreateWebhookResult |
AWSCodeBuildClient.createWebhook(CreateWebhookRequest request)
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.
|
CreateWebhookResult |
AWSCodeBuild.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 |
|---|---|
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request) |
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.createWebhookAsync(CreateWebhookRequest request) |
Future<CreateWebhookResult> |
AWSCodeBuildAsync.createWebhookAsync(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.
|
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
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 |
|---|---|
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
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 |
|---|---|
CreateWebhookResult |
CreateWebhookResult.clone() |
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
Copyright © 2025. All rights reserved.