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