Uses of Class
com.ibm.cloud.networking.alerts.v1.model.CreateAlertPolicyInputMechanisms.Builder
- 
Packages that use CreateAlertPolicyInputMechanisms.Builder Package Description com.ibm.cloud.networking.alerts.v1.model 
- 
- 
Uses of CreateAlertPolicyInputMechanisms.Builder in com.ibm.cloud.networking.alerts.v1.modelMethods in com.ibm.cloud.networking.alerts.v1.model that return CreateAlertPolicyInputMechanisms.Builder Modifier and Type Method Description CreateAlertPolicyInputMechanisms.BuilderCreateAlertPolicyInputMechanisms.Builder. addEmail(CreateAlertPolicyInputMechanismsEmailItem email)Adds an email to email.CreateAlertPolicyInputMechanisms.BuilderCreateAlertPolicyInputMechanisms.Builder. addWebhooks(CreateAlertPolicyInputMechanismsWebhooksItem webhooks)Adds an webhooks to webhooks.CreateAlertPolicyInputMechanisms.BuilderCreateAlertPolicyInputMechanisms.Builder. email(List<CreateAlertPolicyInputMechanismsEmailItem> email)Set the email.CreateAlertPolicyInputMechanisms.BuilderCreateAlertPolicyInputMechanisms. newBuilder()New builder.CreateAlertPolicyInputMechanisms.BuilderCreateAlertPolicyInputMechanisms.Builder. webhooks(List<CreateAlertPolicyInputMechanismsWebhooksItem> webhooks)Set the webhooks.
 
-