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