Uses of Class
com.oracle.bmc.datasafe.model.MaskingPolicyHealthReportLogSummary
-
Packages that use MaskingPolicyHealthReportLogSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of MaskingPolicyHealthReportLogSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type MaskingPolicyHealthReportLogSummary Modifier and Type Method Description Iterable<MaskingPolicyHealthReportLogSummary>
DataSafePaginators. listMaskingPolicyHealthReportLogsRecordIterator(ListMaskingPolicyHealthReportLogsRequest request)
Creates a new iterable which will iterate over theMaskingPolicyHealthReportLogSummary
objects contained in responses from the listMaskingPolicyHealthReportLogs operation. -
Uses of MaskingPolicyHealthReportLogSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingPolicyHealthReportLogSummary Modifier and Type Method Description MaskingPolicyHealthReportLogSummary
MaskingPolicyHealthReportLogSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type MaskingPolicyHealthReportLogSummary Modifier and Type Method Description List<MaskingPolicyHealthReportLogSummary>
MaskingPolicyHealthReportLogCollection. getItems()
An array of masking policy health report objects.Methods in com.oracle.bmc.datasafe.model with parameters of type MaskingPolicyHealthReportLogSummary Modifier and Type Method Description MaskingPolicyHealthReportLogSummary.Builder
MaskingPolicyHealthReportLogSummary.Builder. copy(MaskingPolicyHealthReportLogSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type MaskingPolicyHealthReportLogSummary Modifier and Type Method Description MaskingPolicyHealthReportLogCollection.Builder
MaskingPolicyHealthReportLogCollection.Builder. items(List<MaskingPolicyHealthReportLogSummary> items)
An array of masking policy health report objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type MaskingPolicyHealthReportLogSummary Constructor Description MaskingPolicyHealthReportLogCollection(List<MaskingPolicyHealthReportLogSummary> items)
Deprecated.
-