Uses of Class
com.oracle.bmc.datasafe.model.SensitiveTypesExportSummary
- 
Packages that use SensitiveTypesExportSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model 
- 
- 
Uses of SensitiveTypesExportSummary in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return types with arguments of type SensitiveTypesExportSummary Modifier and Type Method Description Iterable<SensitiveTypesExportSummary>DataSafePaginators. listSensitiveTypesExportsRecordIterator(ListSensitiveTypesExportsRequest request)Creates a new iterable which will iterate over theSensitiveTypesExportSummaryobjects contained in responses from the listSensitiveTypesExports operation.
- 
Uses of SensitiveTypesExportSummary in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return SensitiveTypesExportSummary Modifier and Type Method Description SensitiveTypesExportSummarySensitiveTypesExportSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SensitiveTypesExportSummary Modifier and Type Method Description List<SensitiveTypesExportSummary>SensitiveTypesExportCollection. getItems()An array of sensitive types export summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type SensitiveTypesExportSummary Modifier and Type Method Description SensitiveTypesExportSummary.BuilderSensitiveTypesExportSummary.Builder. copy(SensitiveTypesExportSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SensitiveTypesExportSummary Modifier and Type Method Description SensitiveTypesExportCollection.BuilderSensitiveTypesExportCollection.Builder. items(List<SensitiveTypesExportSummary> items)An array of sensitive types export summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SensitiveTypesExportSummary Constructor Description SensitiveTypesExportCollection(List<SensitiveTypesExportSummary> items)Deprecated.
 
-