Uses of Class
software.amazon.awssdk.services.codepipeline.model.WebhookDefinition
-
Packages that use WebhookDefinition Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of WebhookDefinition in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return WebhookDefinition Modifier and Type Method Description WebhookDefinitionListWebhookItem. definition()The detail returned for each webhook, such as the webhook authentication type and filter rules.WebhookDefinitionPutWebhookRequest. webhook()The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type WebhookDefinition Modifier and Type Method Description ListWebhookItem.BuilderListWebhookItem.Builder. definition(WebhookDefinition definition)The detail returned for each webhook, such as the webhook authentication type and filter rules.PutWebhookRequest.BuilderPutWebhookRequest.Builder. webhook(WebhookDefinition webhook)The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name.
-