Uses of Class
software.amazon.awssdk.services.amplify.model.CreateWebhookResponse
-
Packages that use CreateWebhookResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of CreateWebhookResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return CreateWebhookResponse Modifier and Type Method Description default CreateWebhookResponseAmplifyClient. createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)Creates a new webhook on an Amplify app.default CreateWebhookResponseAmplifyClient. createWebhook(CreateWebhookRequest createWebhookRequest)Creates a new webhook on an Amplify app.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type CreateWebhookResponse Modifier and Type Method Description default CompletableFuture<CreateWebhookResponse>AmplifyAsyncClient. createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)Creates a new webhook on an Amplify app.default CompletableFuture<CreateWebhookResponse>AmplifyAsyncClient. createWebhook(CreateWebhookRequest createWebhookRequest)Creates a new webhook on an Amplify app.
-