| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| software.amazon.awssdk.services.amplify.model |
| 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 GetWebhookResponse |
AmplifyClient.getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)
Returns the webhook information that corresponds to a specified webhook ID.
|
| Modifier and Type | Method and Description |
|---|---|
static GetWebhookRequest.Builder |
GetWebhookRequest.builder() |
GetWebhookRequest.Builder |
GetWebhookRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWebhookRequest.Builder |
GetWebhookRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWebhookRequest.Builder |
GetWebhookRequest.toBuilder() |
GetWebhookRequest.Builder |
GetWebhookRequest.Builder.webhookId(String webhookId)
The unique ID for a webhook.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWebhookRequest.Builder> |
GetWebhookRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.