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.model
Methods in com.ibm.cloud.networking.alerts.v1.model that return UpdateAlertPolicyInputMechanisms.Builder Modifier and Type Method Description UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms.Builder. addEmail(UpdateAlertPolicyInputMechanismsEmailItem email)
Adds an email to email.UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms.Builder. addWebhooks(UpdateAlertPolicyInputMechanismsWebhooksItem webhooks)
Adds an webhooks to webhooks.UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms.Builder. email(List<UpdateAlertPolicyInputMechanismsEmailItem> email)
Set the email.UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms. newBuilder()
New builder.UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms.Builder. webhooks(List<UpdateAlertPolicyInputMechanismsWebhooksItem> webhooks)
Set the webhooks.
-