Uses of Class
software.amazon.awssdk.services.amplify.model.GetWebhookResponse
-
Packages that use GetWebhookResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of GetWebhookResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return GetWebhookResponse Modifier and Type Method Description default GetWebhookResponseAmplifyClient. getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)Returns the webhook information that corresponds to a specified webhook ID.default GetWebhookResponseAmplifyClient. getWebhook(GetWebhookRequest getWebhookRequest)Returns the webhook information that corresponds to a specified webhook ID.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type GetWebhookResponse Modifier and Type Method Description default CompletableFuture<GetWebhookResponse>AmplifyAsyncClient. getWebhook(Consumer<GetWebhookRequest.Builder> getWebhookRequest)Returns the webhook information that corresponds to a specified webhook ID.default CompletableFuture<GetWebhookResponse>AmplifyAsyncClient. getWebhook(GetWebhookRequest getWebhookRequest)Returns the webhook information that corresponds to a specified webhook ID.
-