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