Uses of Class
com.oracle.bmc.datasafe.model.AlertAggregationItems
-
Packages that use AlertAggregationItems Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AlertAggregationItems in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AlertAggregationItems Modifier and Type Method Description Iterable<AlertAggregationItems>DataSafePaginators. listAlertAnalyticsRecordIterator(ListAlertAnalyticsRequest request)Creates a new iterable which will iterate over theAlertAggregationItemsobjects contained in responses from the listAlertAnalytics operation. -
Uses of AlertAggregationItems in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertAggregationItems Modifier and Type Method Description AlertAggregationItemsAlertAggregationItems.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AlertAggregationItems Modifier and Type Method Description List<AlertAggregationItems>AlertAnalyticsCollection. getItems()The aggregated data point items.Methods in com.oracle.bmc.datasafe.model with parameters of type AlertAggregationItems Modifier and Type Method Description AlertAggregationItems.BuilderAlertAggregationItems.Builder. copy(AlertAggregationItems model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AlertAggregationItems Modifier and Type Method Description AlertAnalyticsCollection.BuilderAlertAnalyticsCollection.Builder. items(List<AlertAggregationItems> items)The aggregated data point items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AlertAggregationItems Constructor Description AlertAnalyticsCollection(List<AlertAggregationItems> items)Deprecated.
-