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.modelMethods in com.ibm.cloud.networking.webhooks.v1.model that return CreateAlertWebhookOptions.Builder Modifier and Type Method Description CreateAlertWebhookOptions.BuilderCreateAlertWebhookOptions.Builder. name(String name)Set the name.CreateAlertWebhookOptions.BuilderCreateAlertWebhookOptions. newBuilder()New builder.CreateAlertWebhookOptions.BuilderCreateAlertWebhookOptions.Builder. secret(String secret)Set the secret.CreateAlertWebhookOptions.BuilderCreateAlertWebhookOptions.Builder. url(String url)Set the url.
 
-