| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
CreateWebhookResponse.webhook()
Webhook structure.
|
Webhook |
UpdateWebhookResponse.webhook()
Webhook structure.
|
Webhook |
DeleteWebhookResponse.webhook()
Webhook structure.
|
Webhook |
GetWebhookResponse.webhook()
Webhook structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webhook> |
ListWebhooksResponse.webhooks()
List of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResponse.Builder |
CreateWebhookResponse.Builder.webhook(Webhook webhook)
Webhook structure.
|
UpdateWebhookResponse.Builder |
UpdateWebhookResponse.Builder.webhook(Webhook webhook)
Webhook structure.
|
DeleteWebhookResponse.Builder |
DeleteWebhookResponse.Builder.webhook(Webhook webhook)
Webhook structure.
|
GetWebhookResponse.Builder |
GetWebhookResponse.Builder.webhook(Webhook webhook)
Webhook structure.
|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Webhook... webhooks)
List of webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Collection<Webhook> webhooks)
List of webhooks.
|
Copyright © 2020. All rights reserved.