Uses of Class
software.amazon.awssdk.services.amplify.model.UpdateWebhookResponse
-
Packages that use UpdateWebhookResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of UpdateWebhookResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return UpdateWebhookResponse Modifier and Type Method Description default UpdateWebhookResponseAmplifyClient. updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)Updates a webhook.default UpdateWebhookResponseAmplifyClient. updateWebhook(UpdateWebhookRequest updateWebhookRequest)Updates a webhook.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type UpdateWebhookResponse Modifier and Type Method Description default CompletableFuture<UpdateWebhookResponse>AmplifyAsyncClient. updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)Updates a webhook.default CompletableFuture<UpdateWebhookResponse>AmplifyAsyncClient. updateWebhook(UpdateWebhookRequest updateWebhookRequest)Updates a webhook.
-