Uses of Class
com.oracle.bmc.datasafe.model.SensitiveTypeGroupSummary
-
Packages that use SensitiveTypeGroupSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of SensitiveTypeGroupSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SensitiveTypeGroupSummary Modifier and Type Method Description Iterable<SensitiveTypeGroupSummary>DataSafePaginators. listSensitiveTypeGroupsRecordIterator(ListSensitiveTypeGroupsRequest request)Creates a new iterable which will iterate over theSensitiveTypeGroupSummaryobjects contained in responses from the listSensitiveTypeGroups operation. -
Uses of SensitiveTypeGroupSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SensitiveTypeGroupSummary Modifier and Type Method Description SensitiveTypeGroupSummarySensitiveTypeGroupSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SensitiveTypeGroupSummary Modifier and Type Method Description List<SensitiveTypeGroupSummary>SensitiveTypeGroupCollection. getItems()An array of sensitive type group summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type SensitiveTypeGroupSummary Modifier and Type Method Description SensitiveTypeGroupSummary.BuilderSensitiveTypeGroupSummary.Builder. copy(SensitiveTypeGroupSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SensitiveTypeGroupSummary Modifier and Type Method Description SensitiveTypeGroupCollection.BuilderSensitiveTypeGroupCollection.Builder. items(List<SensitiveTypeGroupSummary> items)An array of sensitive type group summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SensitiveTypeGroupSummary Constructor Description SensitiveTypeGroupCollection(List<SensitiveTypeGroupSummary> items)Deprecated.
-