Uses of Interface
software.amazon.awssdk.services.amplify.model.UpdateWebhookRequest.Builder
-
Packages that use UpdateWebhookRequest.Builder 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.model -
-
Uses of UpdateWebhookRequest.Builder in software.amazon.awssdk.services.amplify
Method parameters in software.amazon.awssdk.services.amplify with type arguments of type UpdateWebhookRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateWebhookResponse>AmplifyAsyncClient. updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)Updates a webhook.default UpdateWebhookResponseAmplifyClient. updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest)Updates a webhook. -
Uses of UpdateWebhookRequest.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return UpdateWebhookRequest.Builder Modifier and Type Method Description UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. branchName(String branchName)The name for a branch that is part of an Amplify app.static UpdateWebhookRequest.BuilderUpdateWebhookRequest. builder()UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. description(String description)The description for a webhook.UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWebhookRequest.BuilderUpdateWebhookRequest. toBuilder()UpdateWebhookRequest.BuilderUpdateWebhookRequest.Builder. webhookId(String webhookId)The unique ID for a webhook.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type UpdateWebhookRequest.Builder Modifier and Type Method Description static Class<? extends UpdateWebhookRequest.Builder>UpdateWebhookRequest. serializableBuilderClass()
-