Uses of Interface
software.amazon.awssdk.services.amplify.model.GetWebhookResponse.Builder
-
Packages that use GetWebhookResponse.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of GetWebhookResponse.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return GetWebhookResponse.Builder Modifier and Type Method Description static GetWebhookResponse.BuilderGetWebhookResponse. builder()GetWebhookResponse.BuilderGetWebhookResponse. toBuilder()default GetWebhookResponse.BuilderGetWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Describes the structure of a webhook.GetWebhookResponse.BuilderGetWebhookResponse.Builder. webhook(Webhook webhook)Describes the structure of a webhook.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type GetWebhookResponse.Builder Modifier and Type Method Description static Class<? extends GetWebhookResponse.Builder>GetWebhookResponse. serializableBuilderClass()
-