| 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 GetWebhookResponse |
AmplifyClient.getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)
Retrieves webhook info that corresponds to a webhookId.
|
default GetWebhookResponse |
AmplifyClient.getWebhook(GetWebhookRequest getWebhookRequest)
Retrieves webhook info that corresponds to a webhookId.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetWebhookResponse> |
AmplifyAsyncClient.getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)
Retrieves webhook info that corresponds to a webhookId.
|
default CompletableFuture<GetWebhookResponse> |
AmplifyAsyncClient.getWebhook(GetWebhookRequest getWebhookRequest)
Retrieves webhook info that corresponds to a webhookId.
|
Copyright © 2020. All rights reserved.