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