| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookResult |
AWSCodeBuild.updateWebhook(UpdateWebhookRequest updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
UpdateWebhookResult |
AWSCodeBuildClient.updateWebhook(UpdateWebhookRequest request)
Updates the webhook associated with an AWS CodeBuild build project.
|
UpdateWebhookResult |
AbstractAWSCodeBuild.updateWebhook(UpdateWebhookRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWebhookResult> |
AbstractAWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsyncClient.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest updateWebhookRequest,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler)
Updates the webhook associated with an AWS CodeBuild build project.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookResult |
UpdateWebhookResult.clone() |
UpdateWebhookResult |
UpdateWebhookResult.withWebhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
|
Copyright © 2020. All rights reserved.