| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
WebhookFilterRule |
WebhookFilterRule.clone() |
WebhookFilterRule |
WebhookFilterRule.withJsonPath(String jsonPath)
A JsonPath expression that will be applied to the body/payload of the webhook.
|
WebhookFilterRule |
WebhookFilterRule.withMatchEquals(String matchEquals)
The value selected by the
JsonPath expression must match what is supplied in the
MatchEquals field, otherwise the request will be ignored. |
| Modifier and Type | Method and Description |
|---|---|
List<WebhookFilterRule> |
WebhookDefinition.getFilters()
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 |
WebhookDefinition.withFilters(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 |
|---|---|
void |
WebhookDefinition.setFilters(Collection<WebhookFilterRule> filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition |
WebhookDefinition.withFilters(Collection<WebhookFilterRule> filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
Copyright © 2019. All rights reserved.