| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateWebhookResponse |
CodeBuildClient.updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
default UpdateWebhookResponse |
CodeBuildClient.updateWebhook(UpdateWebhookRequest updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateWebhookResponse> |
CodeBuildAsyncClient.updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
default CompletableFuture<UpdateWebhookResponse> |
CodeBuildAsyncClient.updateWebhook(UpdateWebhookRequest updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
Copyright © 2021. All rights reserved.