| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateWebhookResponse |
AmplifyClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)
Create a new webhook on an App.
|
default CreateWebhookResponse |
AmplifyClient.createWebhook(CreateWebhookRequest createWebhookRequest)
Create a new webhook on an App.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWebhookResponse> |
AmplifyAsyncClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)
Create a new webhook on an App.
|
default CompletableFuture<CreateWebhookResponse> |
AmplifyAsyncClient.createWebhook(CreateWebhookRequest createWebhookRequest)
Create a new webhook on an App.
|
Copyright © 2019. All rights reserved.