Uses of Class
software.amazon.awssdk.services.amplify.model.GetWebhookRequest
-
Packages that use GetWebhookRequest 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.transform -
-
Uses of GetWebhookRequest in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify with parameters of type GetWebhookRequest Modifier and Type Method Description default CompletableFuture<GetWebhookResponse>AmplifyAsyncClient. getWebhook(GetWebhookRequest 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. -
Uses of GetWebhookRequest in software.amazon.awssdk.services.amplify.transform
Methods in software.amazon.awssdk.services.amplify.transform with parameters of type GetWebhookRequest Modifier and Type Method Description SdkHttpFullRequestGetWebhookRequestMarshaller. marshall(GetWebhookRequest getWebhookRequest)
-