Uses of Class
com.oracle.bmc.multicloud.model.MulticloudAlert
-
Packages that use MulticloudAlert Package Description com.oracle.bmc.multicloud.model -
-
Uses of MulticloudAlert in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return MulticloudAlert Modifier and Type Method Description MulticloudAlertMulticloudAlert.Builder. build()Methods in com.oracle.bmc.multicloud.model that return types with arguments of type MulticloudAlert Modifier and Type Method Description List<MulticloudAlert>MulticloudAlertSummary. getMulticloudAlerts()List of Multicloud Alerts.Methods in com.oracle.bmc.multicloud.model with parameters of type MulticloudAlert Modifier and Type Method Description MulticloudAlert.BuilderMulticloudAlert.Builder. copy(MulticloudAlert model)Method parameters in com.oracle.bmc.multicloud.model with type arguments of type MulticloudAlert Modifier and Type Method Description MulticloudAlertSummary.BuilderMulticloudAlertSummary.Builder. multicloudAlerts(List<MulticloudAlert> multicloudAlerts)List of Multicloud Alerts.Constructor parameters in com.oracle.bmc.multicloud.model with type arguments of type MulticloudAlert Constructor Description MulticloudAlertSummary(Integer count, List<MulticloudAlert> multicloudAlerts, MulticloudAlert.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-