Uses of Class
software.amazon.awssdk.services.amplify.model.Webhook
-
Packages that use Webhook Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of Webhook in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return Webhook Modifier and Type Method Description WebhookCreateWebhookResponse. webhook()Describes a webhook that connects repository events to an Amplify app.WebhookDeleteWebhookResponse. webhook()Describes a webhook that connects repository events to an Amplify app.WebhookGetWebhookResponse. webhook()Describes the structure of a webhook.WebhookUpdateWebhookResponse. webhook()Describes a webhook that connects repository events to an Amplify app.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>ListWebhooksResponse. webhooks()A list of webhooks.Methods in software.amazon.awssdk.services.amplify.model with parameters of type Webhook Modifier and Type Method Description CreateWebhookResponse.BuilderCreateWebhookResponse.Builder. webhook(Webhook webhook)Describes a webhook that connects repository events to an Amplify app.DeleteWebhookResponse.BuilderDeleteWebhookResponse.Builder. webhook(Webhook webhook)Describes a webhook that connects repository events to an Amplify app.GetWebhookResponse.BuilderGetWebhookResponse.Builder. webhook(Webhook webhook)Describes the structure of a webhook.UpdateWebhookResponse.BuilderUpdateWebhookResponse.Builder. webhook(Webhook webhook)Describes a webhook that connects repository events to an Amplify app.ListWebhooksResponse.BuilderListWebhooksResponse.Builder. webhooks(Webhook... webhooks)A list of webhooks.Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type Webhook Modifier and Type Method Description ListWebhooksResponse.BuilderListWebhooksResponse.Builder. webhooks(Collection<Webhook> webhooks)A list of webhooks.
-