| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWebhookResult> |
AWSAmplifyAsyncClient.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSAmplifyAsync.updateWebhookAsync(UpdateWebhookRequest updateWebhookRequest,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler)
Updates a webhook.
|
Future<UpdateWebhookResult> |
AbstractAWSAmplifyAsync.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookRequest |
UpdateWebhookRequest.clone() |
UpdateWebhookRequest |
UpdateWebhookRequest.withBranchName(String branchName)
The name for a branch that is part of an Amplify app.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withDescription(String description)
The description for a webhook.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withWebhookId(String webhookId)
The unique ID for a webhook.
|
Copyright © 2023. All rights reserved.