| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
WebhookDefinition |
ListWebhookItem.definition()
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
WebhookDefinition |
PutWebhookRequest.webhook()
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebhookItem.Builder |
ListWebhookItem.Builder.definition(WebhookDefinition definition)
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
PutWebhookRequest.Builder |
PutWebhookRequest.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.
|
Copyright © 2023. All rights reserved.