| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
DeleteWebhookResponse.webhook()
Describes a webhook that connects repository events to an Amplify app.
|
Webhook |
CreateWebhookResponse.webhook()
Describes a webhook that connects repository events to an Amplify app.
|
Webhook |
UpdateWebhookResponse.webhook()
Describes a webhook that connects repository events to an Amplify app.
|
Webhook |
GetWebhookResponse.webhook()
Describes the structure of a webhook.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webhook> |
ListWebhooksResponse.webhooks()
A list of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteWebhookResponse.Builder |
DeleteWebhookResponse.Builder.webhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
CreateWebhookResponse.Builder |
CreateWebhookResponse.Builder.webhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
UpdateWebhookResponse.Builder |
UpdateWebhookResponse.Builder.webhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
GetWebhookResponse.Builder |
GetWebhookResponse.Builder.webhook(Webhook webhook)
Describes the structure of a webhook.
|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Webhook... webhooks)
A list of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Collection<Webhook> webhooks)
A list of webhooks.
|
Copyright © 2022. All rights reserved.