Uses of Class
software.amazon.awssdk.services.codebuild.model.WebhookFilter
-
Packages that use WebhookFilter Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of WebhookFilter in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type WebhookFilter Modifier and Type Method Description List<List<WebhookFilter>>CreateWebhookRequest. filterGroups()An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.List<List<WebhookFilter>>UpdateWebhookRequest. filterGroups()An array of arrays ofWebhookFilterobjects used to determine if a webhook event can trigger a build.List<List<WebhookFilter>>Webhook. filterGroups()An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type WebhookFilter Modifier and Type Method Description CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)An array of arrays ofWebhookFilterobjects used to determine if a webhook event can trigger a build.Webhook.BuilderWebhook.Builder. filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.
-