| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteWebhookResult |
AWSCodeBuild.deleteWebhook(DeleteWebhookRequest deleteWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
DeleteWebhookResult |
AWSCodeBuildClient.deleteWebhook(DeleteWebhookRequest request)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
DeleteWebhookResult |
AbstractAWSCodeBuild.deleteWebhook(DeleteWebhookRequest request) |
Future<DeleteWebhookResult> |
AbstractAWSCodeBuildAsync.deleteWebhookAsync(DeleteWebhookRequest request) |
Future<DeleteWebhookResult> |
AWSCodeBuildAsyncClient.deleteWebhookAsync(DeleteWebhookRequest request) |
Future<DeleteWebhookResult> |
AWSCodeBuildAsync.deleteWebhookAsync(DeleteWebhookRequest deleteWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
Future<DeleteWebhookResult> |
AbstractAWSCodeBuildAsync.deleteWebhookAsync(DeleteWebhookRequest request,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler) |
Future<DeleteWebhookResult> |
AWSCodeBuildAsyncClient.deleteWebhookAsync(DeleteWebhookRequest request,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler) |
Future<DeleteWebhookResult> |
AWSCodeBuildAsync.deleteWebhookAsync(DeleteWebhookRequest deleteWebhookRequest,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteWebhookResult> |
AbstractAWSCodeBuildAsync.deleteWebhookAsync(DeleteWebhookRequest request,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler) |
Future<DeleteWebhookResult> |
AWSCodeBuildAsyncClient.deleteWebhookAsync(DeleteWebhookRequest request,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler) |
Future<DeleteWebhookResult> |
AWSCodeBuildAsync.deleteWebhookAsync(DeleteWebhookRequest deleteWebhookRequest,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteWebhookRequest |
DeleteWebhookRequest.clone() |
DeleteWebhookRequest |
DeleteWebhookRequest.withProjectName(String projectName)
The name of the build project.
|
Copyright © 2017. All rights reserved.