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