Uses of Interface
software.amazon.awssdk.services.codebuild.model.UpdateWebhookResponse.Builder
-
Packages that use UpdateWebhookResponse.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of UpdateWebhookResponse.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return UpdateWebhookResponse.Builder Modifier and Type Method Description static UpdateWebhookResponse.BuilderUpdateWebhookResponse. builder()UpdateWebhookResponse.BuilderUpdateWebhookResponse. toBuilder()default UpdateWebhookResponse.BuilderUpdateWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Information about a repository's webhook that is associated with a project in CodeBuild.UpdateWebhookResponse.BuilderUpdateWebhookResponse.Builder. webhook(Webhook webhook)Information about a repository's webhook that is associated with a project in CodeBuild.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type UpdateWebhookResponse.Builder Modifier and Type Method Description static Class<? extends UpdateWebhookResponse.Builder>UpdateWebhookResponse. serializableBuilderClass()
-