| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
AbstractAWSAmplify.createWebhook(CreateWebhookRequest request) |
CreateWebhookResult |
AWSAmplifyClient.createWebhook(CreateWebhookRequest request)
Create a new webhook on an App.
|
CreateWebhookResult |
AWSAmplify.createWebhook(CreateWebhookRequest createWebhookRequest)
Create a new webhook on an App.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWebhookResult> |
AbstractAWSAmplifyAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSAmplifyAsync.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
Create a new webhook on an App.
|
Future<CreateWebhookResult> |
AWSAmplifyAsyncClient.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
CreateWebhookResult.clone() |
CreateWebhookResult |
CreateWebhookResult.withWebhook(Webhook webhook)
Webhook structure.
|
Copyright © 2019. All rights reserved.