Uses of Class
com.oracle.bmc.datasafe.model.ConfidenceLevelEnum
-
Packages that use ConfidenceLevelEnum Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ConfidenceLevelEnum in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ConfidenceLevelEnum Modifier and Type Method Description static ConfidenceLevelEnum
ConfidenceLevelEnum. create(String key)
ConfidenceLevelEnum
DiscoveryJobResult. getConfidenceLevel()
The confidence level of the discovery job result associated with the sensitive type.ConfidenceLevelEnum
DiscoveryJobResultSummary. getConfidenceLevel()
The confidence level of the discovery job result associated with the sensitive type.ConfidenceLevelEnum
SensitiveColumn. getConfidenceLevel()
The confidence level of the sensitive column associated with the sensitive type.ConfidenceLevelEnum
SensitiveColumnSummary. getConfidenceLevel()
The confidence level of the sensitive column associated with the sensitive type.static ConfidenceLevelEnum
ConfidenceLevelEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfidenceLevelEnum[]
ConfidenceLevelEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type ConfidenceLevelEnum Modifier and Type Method Description DiscoveryJobResult.Builder
DiscoveryJobResult.Builder. confidenceLevel(ConfidenceLevelEnum confidenceLevel)
The confidence level of the discovery job result associated with the sensitive type.DiscoveryJobResultSummary.Builder
DiscoveryJobResultSummary.Builder. confidenceLevel(ConfidenceLevelEnum confidenceLevel)
The confidence level of the discovery job result associated with the sensitive type.SensitiveColumn.Builder
SensitiveColumn.Builder. confidenceLevel(ConfidenceLevelEnum confidenceLevel)
The confidence level of the sensitive column associated with the sensitive type.SensitiveColumnSummary.Builder
SensitiveColumnSummary.Builder. confidenceLevel(ConfidenceLevelEnum confidenceLevel)
The confidence level of the sensitive column associated with the sensitive type.Constructors in com.oracle.bmc.datasafe.model with parameters of type ConfidenceLevelEnum Constructor Description DiscoveryJobResult(String key, DiscoveryJobResult.DiscoveryType discoveryType, String sensitiveColumnkey, String appName, String schemaName, String objectName, String columnName, DiscoveryJobResult.ObjectType objectType, String dataType, String sensitiveTypeId, List<String> parentColumnKeys, DiscoveryJobResult.RelationType relationType, Long estimatedDataValueCount, List<String> sampleDataValues, List<String> appDefinedChildColumnKeys, List<String> dbDefinedChildColumnKeys, DiscoveryJobResult.PlannedAction plannedAction, Boolean isResultApplied, String discoveryJobId, ModifiedAttributes modifiedAttributes, ConfidenceLevelEnum confidenceLevel, List<Object> confidenceLevelDetails)
Deprecated.DiscoveryJobResultSummary(String key, DiscoveryJobResult.DiscoveryType discoveryType, String sensitiveColumnkey, String schemaName, String objectName, String columnName, DiscoveryJobResultSummary.ObjectType objectType, String dataType, String sensitiveTypeId, List<String> parentColumnKeys, DiscoveryJobResultSummary.RelationType relationType, Long estimatedDataValueCount, List<String> sampleDataValues, DiscoveryJobResult.PlannedAction plannedAction, Boolean isResultApplied, String discoveryJobId, ConfidenceLevelEnum confidenceLevel)
Deprecated.SensitiveColumn(String key, String sensitiveDataModelId, Date timeCreated, Date timeUpdated, SensitiveColumnLifecycleState lifecycleState, String lifecycleDetails, String appName, String schemaName, String objectName, String columnName, SensitiveColumn.ObjectType objectType, String dataType, SensitiveColumn.Status status, String sensitiveTypeId, SensitiveColumn.Source source, List<String> parentColumnKeys, SensitiveColumn.RelationType relationType, Long estimatedDataValueCount, ConfidenceLevelEnum confidenceLevel, List<Object> confidenceLevelDetails, List<String> sampleDataValues, List<String> appDefinedChildColumnKeys, List<String> dbDefinedChildColumnKeys, List<String> columnGroups)
Deprecated.SensitiveColumnSummary(String key, String sensitiveDataModelId, SensitiveColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String appName, String schemaName, String objectName, String columnName, SensitiveColumnSummary.ObjectType objectType, String dataType, SensitiveColumnSummary.Status status, String sensitiveTypeId, SensitiveColumnSummary.Source source, List<String> parentColumnKeys, SensitiveColumnSummary.RelationType relationType, Long estimatedDataValueCount, ConfidenceLevelEnum confidenceLevel, List<String> sampleDataValues)
Deprecated. -
Uses of ConfidenceLevelEnum in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return types with arguments of type ConfidenceLevelEnum Modifier and Type Method Description List<ConfidenceLevelEnum>
ListDiscoveryJobResultsRequest. getConfidenceLevel()
A filter to return the discovery job results with the specified confidence level.List<ConfidenceLevelEnum>
ListSensitiveColumnsRequest. getConfidenceLevel()
A filter to return the sensitive columns with the specified confidence level.Methods in com.oracle.bmc.datasafe.requests with parameters of type ConfidenceLevelEnum Modifier and Type Method Description ListDiscoveryJobResultsRequest.Builder
ListDiscoveryJobResultsRequest.Builder. confidenceLevel(ConfidenceLevelEnum singularValue)
Singular setter.ListSensitiveColumnsRequest.Builder
ListSensitiveColumnsRequest.Builder. confidenceLevel(ConfidenceLevelEnum singularValue)
Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ConfidenceLevelEnum Modifier and Type Method Description ListDiscoveryJobResultsRequest.Builder
ListDiscoveryJobResultsRequest.Builder. confidenceLevel(List<ConfidenceLevelEnum> confidenceLevel)
A filter to return the discovery job results with the specified confidence level.ListSensitiveColumnsRequest.Builder
ListSensitiveColumnsRequest.Builder. confidenceLevel(List<ConfidenceLevelEnum> confidenceLevel)
A filter to return the sensitive columns with the specified confidence level.
-