Uses of Class
com.oracle.bmc.datasafe.model.AlertSummary
-
Packages that use AlertSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AlertSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AlertSummary Modifier and Type Method Description Iterable<AlertSummary>
DataSafePaginators. listAlertsRecordIterator(ListAlertsRequest request)
Creates a new iterable which will iterate over theAlertSummary
objects contained in responses from the listAlerts operation. -
Uses of AlertSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertSummary Modifier and Type Method Description AlertSummary
AlertSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AlertSummary Modifier and Type Method Description List<AlertSummary>
AlertCollection. getItems()
Array of alert summaryMethods in com.oracle.bmc.datasafe.model with parameters of type AlertSummary Modifier and Type Method Description AlertSummary.Builder
AlertSummary.Builder. copy(AlertSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AlertSummary Modifier and Type Method Description AlertCollection.Builder
AlertCollection.Builder. items(List<AlertSummary> items)
Array of alert summaryConstructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AlertSummary Constructor Description AlertCollection(List<AlertSummary> items)
Deprecated.
-