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