Uses of Class
com.ibm.cloud.networking.webhooks.v1.model.CreateAlertWebhookOptions.Builder
-
Packages that use CreateAlertWebhookOptions.Builder Package Description com.ibm.cloud.networking.webhooks.v1.model -
-
Uses of CreateAlertWebhookOptions.Builder in com.ibm.cloud.networking.webhooks.v1.model
Methods in com.ibm.cloud.networking.webhooks.v1.model that return CreateAlertWebhookOptions.Builder Modifier and Type Method Description CreateAlertWebhookOptions.Builder
CreateAlertWebhookOptions.Builder. name(String name)
Set the name.CreateAlertWebhookOptions.Builder
CreateAlertWebhookOptions. newBuilder()
New builder.CreateAlertWebhookOptions.Builder
CreateAlertWebhookOptions.Builder. secret(String secret)
Set the secret.CreateAlertWebhookOptions.Builder
CreateAlertWebhookOptions.Builder. url(String url)
Set the url.
-