Uses of Class
software.amazon.awssdk.services.codebuild.model.UpdateWebhookResponse
-
Packages that use UpdateWebhookResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of UpdateWebhookResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return UpdateWebhookResponse Modifier and Type Method Description default UpdateWebhookResponseCodeBuildClient. updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)Updates the webhook associated with an CodeBuild build project.default UpdateWebhookResponseCodeBuildClient. updateWebhook(UpdateWebhookRequest updateWebhookRequest)Updates the webhook associated with an CodeBuild build project.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type UpdateWebhookResponse Modifier and Type Method Description default CompletableFuture<UpdateWebhookResponse>CodeBuildAsyncClient. updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)Updates the webhook associated with an CodeBuild build project.default CompletableFuture<UpdateWebhookResponse>CodeBuildAsyncClient. updateWebhook(UpdateWebhookRequest updateWebhookRequest)Updates the webhook associated with an CodeBuild build project.
-