| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| Modifier and Type | Method and Description |
|---|---|
default GetWebhookResponse |
AmplifyClient.getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)
Returns the webhook information that corresponds to a specified webhook ID.
|
default GetWebhookResponse |
AmplifyClient.getWebhook(GetWebhookRequest getWebhookRequest)
Returns the webhook information that corresponds to a specified webhook ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetWebhookResponse> |
AmplifyAsyncClient.getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)
Returns the webhook information that corresponds to a specified webhook ID.
|
default CompletableFuture<GetWebhookResponse> |
AmplifyAsyncClient.getWebhook(GetWebhookRequest getWebhookRequest)
Returns the webhook information that corresponds to a specified webhook ID.
|
Copyright © 2022. All rights reserved.