| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<WebhookFilterRule> |
WebhookDefinition.filters()
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(WebhookFilterRule... filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(Collection<WebhookFilterRule> filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
Copyright © 2023. All rights reserved.