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