Uses of Class
software.amazon.awssdk.services.codepipeline.model.WebhookFilterRule
-
Packages that use WebhookFilterRule Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of WebhookFilterRule in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type WebhookFilterRule Modifier and Type Method Description List<WebhookFilterRule>WebhookDefinition. filters()A list of rules applied to the body/payload sent in the POST request to a webhook URL.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type WebhookFilterRule Modifier and Type Method Description WebhookDefinition.BuilderWebhookDefinition.Builder. filters(WebhookFilterRule... filters)A list of rules applied to the body/payload sent in the POST request to a webhook URL.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type WebhookFilterRule Modifier and Type Method Description WebhookDefinition.BuilderWebhookDefinition.Builder. filters(Collection<WebhookFilterRule> filters)A list of rules applied to the body/payload sent in the POST request to a webhook URL.
-