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