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