| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.clone() |
Webhook |
DeleteWebhookResult.getWebhook()
Describes a webhook that connects repository events to an Amplify app.
|
Webhook |
GetWebhookResult.getWebhook()
Describes the structure of a webhook.
|
Webhook |
CreateWebhookResult.getWebhook()
Describes a webhook that connects repository events to an Amplify app.
|
Webhook |
UpdateWebhookResult.getWebhook()
Describes a webhook that connects repository events to an Amplify app.
|
Webhook |
Webhook.withBranchName(String branchName)
The name for a branch that is part of an Amplify app.
|
Webhook |
Webhook.withCreateTime(Date createTime)
The create date and time for a webhook.
|
Webhook |
Webhook.withDescription(String description)
The description for a webhook.
|
Webhook |
Webhook.withUpdateTime(Date updateTime)
Updates the date and time for a webhook.
|
Webhook |
Webhook.withWebhookArn(String webhookArn)
The Amazon Resource Name (ARN) for the webhook.
|
Webhook |
Webhook.withWebhookId(String webhookId)
The ID of the webhook.
|
Webhook |
Webhook.withWebhookUrl(String webhookUrl)
The URL of the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webhook> |
ListWebhooksResult.getWebhooks()
A list of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteWebhookResult.setWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
void |
GetWebhookResult.setWebhook(Webhook webhook)
Describes the structure of a webhook.
|
void |
CreateWebhookResult.setWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
void |
UpdateWebhookResult.setWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
DeleteWebhookResult |
DeleteWebhookResult.withWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
GetWebhookResult |
GetWebhookResult.withWebhook(Webhook webhook)
Describes the structure of a webhook.
|
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
UpdateWebhookResult |
UpdateWebhookResult.withWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
ListWebhooksResult |
ListWebhooksResult.withWebhooks(Webhook... webhooks)
A list of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWebhooksResult.setWebhooks(Collection<Webhook> webhooks)
A list of webhooks.
|
ListWebhooksResult |
ListWebhooksResult.withWebhooks(Collection<Webhook> webhooks)
A list of webhooks.
|
Copyright © 2020. All rights reserved.