| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
AWSAmplifyClient.createWebhook(CreateWebhookRequest request)
Creates a new webhook on an Amplify app.
|
CreateWebhookResult |
AWSAmplify.createWebhook(CreateWebhookRequest createWebhookRequest)
Creates a new webhook on an Amplify app.
|
CreateWebhookResult |
AbstractAWSAmplify.createWebhook(CreateWebhookRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWebhookResult> |
AWSAmplifyAsync.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
Creates a new webhook on an Amplify app.
|
Future<CreateWebhookResult> |
AbstractAWSAmplifyAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSAmplifyAsyncClient.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
CreateWebhookResult.clone() |
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
|
Copyright © 2020. All rights reserved.