| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<List<WebhookFilter>> |
Webhook.filterGroups()
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
List<List<WebhookFilter>> |
CreateWebhookRequest.filterGroups()
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
List<List<WebhookFilter>> |
UpdateWebhookRequest.filterGroups()
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
| Modifier and Type | Method and Description |
|---|---|
Webhook.Builder |
Webhook.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
UpdateWebhookRequest.Builder |
UpdateWebhookRequest.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
Copyright © 2023. All rights reserved.