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