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