Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJobResult.PlannedAction |
DiscoveryJobResult.PlannedAction.create(String key) |
DiscoveryJobResult.PlannedAction |
DiscoveryJobResult.getPlannedAction()
Specifies how to process the discovery result.
|
DiscoveryJobResult.PlannedAction |
DiscoveryJobResultSummary.getPlannedAction()
Specifies how to process the discovery result.
|
static DiscoveryJobResult.PlannedAction |
DiscoveryJobResult.PlannedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobResult.PlannedAction[] |
DiscoveryJobResult.PlannedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryJobResult.Builder |
DiscoveryJobResult.Builder.plannedAction(DiscoveryJobResult.PlannedAction plannedAction)
Specifies how to process the discovery result.
|
DiscoveryJobResultSummary.Builder |
DiscoveryJobResultSummary.Builder.plannedAction(DiscoveryJobResult.PlannedAction plannedAction)
Specifies how to process the discovery result.
|
Constructor and 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)
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryJobResult.PlannedAction |
ListDiscoveryJobResultsRequest.getPlannedAction()
A filter to return only the resources that match the specified planned action.
|
Modifier and Type | Method and Description |
---|---|
ListDiscoveryJobResultsRequest.Builder |
ListDiscoveryJobResultsRequest.Builder.plannedAction(DiscoveryJobResult.PlannedAction plannedAction)
A filter to return only the resources that match the specified planned action.
|
Copyright © 2016–2024. All rights reserved.