| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.clone() |
Webhook |
CreateWebhookResult.getWebhook()
Webhook structure.
|
Webhook |
UpdateWebhookResult.getWebhook()
Webhook structure.
|
Webhook |
DeleteWebhookResult.getWebhook()
Webhook structure.
|
Webhook |
GetWebhookResult.getWebhook()
Webhook structure.
|
Webhook |
Webhook.withBranchName(String branchName)
Name for a branch, part of an Amplify App.
|
Webhook |
Webhook.withCreateTime(Date createTime)
Create date / time for a webhook.
|
Webhook |
Webhook.withDescription(String description)
Description for a webhook.
|
Webhook |
Webhook.withUpdateTime(Date updateTime)
Update date / time for a webhook.
|
Webhook |
Webhook.withWebhookArn(String webhookArn)
ARN for the webhook.
|
Webhook |
Webhook.withWebhookId(String webhookId)
Id of the webhook.
|
Webhook |
Webhook.withWebhookUrl(String webhookUrl)
Url of the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webhook> |
ListWebhooksResult.getWebhooks()
List of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWebhookResult.setWebhook(Webhook webhook)
Webhook structure.
|
void |
UpdateWebhookResult.setWebhook(Webhook webhook)
Webhook structure.
|
void |
DeleteWebhookResult.setWebhook(Webhook webhook)
Webhook structure.
|
void |
GetWebhookResult.setWebhook(Webhook webhook)
Webhook structure.
|
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Webhook structure.
|
UpdateWebhookResult |
UpdateWebhookResult.withWebhook(Webhook webhook)
Webhook structure.
|
DeleteWebhookResult |
DeleteWebhookResult.withWebhook(Webhook webhook)
Webhook structure.
|
GetWebhookResult |
GetWebhookResult.withWebhook(Webhook webhook)
Webhook structure.
|
ListWebhooksResult |
ListWebhooksResult.withWebhooks(Webhook... webhooks)
List of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWebhooksResult.setWebhooks(Collection<Webhook> webhooks)
List of webhooks.
|
ListWebhooksResult |
ListWebhooksResult.withWebhooks(Collection<Webhook> webhooks)
List of webhooks.
|
Copyright © 2019. All rights reserved.