Uses of Class
com.ibm.cloud.networking.alerts.v1.model.UpdateAlertPolicyInputMechanismsWebhooksItem
-
Packages that use UpdateAlertPolicyInputMechanismsWebhooksItem Package Description com.ibm.cloud.networking.alerts.v1.model -
-
Uses of UpdateAlertPolicyInputMechanismsWebhooksItem in com.ibm.cloud.networking.alerts.v1.model
Methods in com.ibm.cloud.networking.alerts.v1.model that return UpdateAlertPolicyInputMechanismsWebhooksItem Modifier and Type Method Description UpdateAlertPolicyInputMechanismsWebhooksItem
UpdateAlertPolicyInputMechanismsWebhooksItem.Builder. build()
Builds a UpdateAlertPolicyInputMechanismsWebhooksItem.Methods in com.ibm.cloud.networking.alerts.v1.model that return types with arguments of type UpdateAlertPolicyInputMechanismsWebhooksItem Modifier and Type Method Description List<UpdateAlertPolicyInputMechanismsWebhooksItem>
UpdateAlertPolicyInputMechanisms. webhooks()
Gets the webhooks.Methods in com.ibm.cloud.networking.alerts.v1.model with parameters of type UpdateAlertPolicyInputMechanismsWebhooksItem Modifier and Type Method Description UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms.Builder. addWebhooks(UpdateAlertPolicyInputMechanismsWebhooksItem webhooks)
Adds an webhooks to webhooks.Method parameters in com.ibm.cloud.networking.alerts.v1.model with type arguments of type UpdateAlertPolicyInputMechanismsWebhooksItem Modifier and Type Method Description UpdateAlertPolicyInputMechanisms.Builder
UpdateAlertPolicyInputMechanisms.Builder. webhooks(List<UpdateAlertPolicyInputMechanismsWebhooksItem> webhooks)
Set the webhooks.
-