Uses of Class
org.jclouds.azurecompute.arm.domain.AlertModificationItem
Packages that use AlertModificationItem
-
Uses of AlertModificationItem in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return AlertModificationItemModifier and TypeMethodDescriptionabstract AlertModificationItem
AlertModificationItem.Builder.build()
static AlertModificationItem
AlertModificationItem.create
(String comments, String description, AlertModificationItem.AlertModificationEvent modificationEvent, Date modifiedAt, String modifiedBy, String newValue, String oldValue) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type AlertModificationItemModifier and TypeMethodDescriptionabstract List
<AlertModificationItem> AlertModificationProperties.modifications()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type AlertModificationItemModifier and TypeMethodDescriptionstatic AlertModificationProperties
AlertModificationProperties.create
(String alertId, List<AlertModificationItem> modifications) abstract AlertModificationProperties.Builder
AlertModificationProperties.Builder.modifications
(List<AlertModificationItem> modifications)