Uses of Class
com.oracle.bmc.datasafe.model.MaskingErrorSummary
-
Packages that use MaskingErrorSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of MaskingErrorSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type MaskingErrorSummary Modifier and Type Method Description Iterable<MaskingErrorSummary>
DataSafePaginators. listMaskingErrorsRecordIterator(ListMaskingErrorsRequest request)
Creates a new iterable which will iterate over theMaskingErrorSummary
objects contained in responses from the listMaskingErrors operation. -
Uses of MaskingErrorSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingErrorSummary Modifier and Type Method Description MaskingErrorSummary
MaskingErrorSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type MaskingErrorSummary Modifier and Type Method Description List<MaskingErrorSummary>
MaskingErrorCollection. getItems()
An array of masking error objects.Methods in com.oracle.bmc.datasafe.model with parameters of type MaskingErrorSummary Modifier and Type Method Description MaskingErrorSummary.Builder
MaskingErrorSummary.Builder. copy(MaskingErrorSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type MaskingErrorSummary Modifier and Type Method Description MaskingErrorCollection.Builder
MaskingErrorCollection.Builder. items(List<MaskingErrorSummary> items)
An array of masking error objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type MaskingErrorSummary Constructor Description MaskingErrorCollection(List<MaskingErrorSummary> items)
Deprecated.
-