Uses of Class
com.oracle.bmc.datasafe.model.PatchInstruction
-
Packages that use PatchInstruction Package Description com.oracle.bmc.datasafe.model -
-
Uses of PatchInstruction in com.oracle.bmc.datasafe.model
Subclasses of PatchInstruction in com.oracle.bmc.datasafe.model Modifier and Type Class Description class
PatchInsertInstruction
An operation that inserts a value into an array, shifting array items as necessary and handling NOT_FOUND exceptions by creating the implied containing structure.class
PatchMergeInstruction
An operation that recursively updates items of the selection, or adding the value if the selection is empty.class
PatchRemoveInstruction
An operation that deletes items, ignoring NOT_FOUND exceptions.Methods in com.oracle.bmc.datasafe.model that return types with arguments of type PatchInstruction Modifier and Type Method Description List<PatchInstruction>
PatchAlertPolicyRuleDetails. getItems()
Array of patch instructions.List<PatchInstruction>
PatchAlertsDetails. getItems()
Array of alert detail to update the status of the alert specified by the alert ID.List<PatchInstruction>
PatchDiscoveryJobResultDetails. getItems()
An array of patch instructions.List<PatchInstruction>
PatchGroupedSensitiveTypesDetails. getItems()
An array of patch instructions.List<PatchInstruction>
PatchMaskingColumnsDetails. getItems()
An array of patch instructions.List<PatchInstruction>
PatchSdmMaskingPolicyDifferenceColumnsDetails. getItems()
An array of patch instructions.List<PatchInstruction>
PatchSensitiveColumnDetails. getItems()
An array of patch instructions.List<PatchInstruction>
PatchSqlFirewallAllowedSqlDetails. getItems()
An array of patch instructions.List<PatchInstruction>
PatchTargetAlertPolicyAssociationDetails. getItems()
An array of patch instructions.Method parameters in com.oracle.bmc.datasafe.model with type arguments of type PatchInstruction Modifier and Type Method Description PatchAlertPolicyRuleDetails.Builder
PatchAlertPolicyRuleDetails.Builder. items(List<PatchInstruction> items)
Array of patch instructions.PatchAlertsDetails.Builder
PatchAlertsDetails.Builder. items(List<PatchInstruction> items)
Array of alert detail to update the status of the alert specified by the alert ID.PatchDiscoveryJobResultDetails.Builder
PatchDiscoveryJobResultDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.PatchGroupedSensitiveTypesDetails.Builder
PatchGroupedSensitiveTypesDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.PatchMaskingColumnsDetails.Builder
PatchMaskingColumnsDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.PatchSdmMaskingPolicyDifferenceColumnsDetails.Builder
PatchSdmMaskingPolicyDifferenceColumnsDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.PatchSensitiveColumnDetails.Builder
PatchSensitiveColumnDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.PatchSqlFirewallAllowedSqlDetails.Builder
PatchSqlFirewallAllowedSqlDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.PatchTargetAlertPolicyAssociationDetails.Builder
PatchTargetAlertPolicyAssociationDetails.Builder. items(List<PatchInstruction> items)
An array of patch instructions.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type PatchInstruction Constructor Description PatchAlertPolicyRuleDetails(List<PatchInstruction> items)
Deprecated.PatchAlertsDetails(List<PatchInstruction> items, String compartmentId)
Deprecated.PatchDiscoveryJobResultDetails(List<PatchInstruction> items)
Deprecated.PatchGroupedSensitiveTypesDetails(List<PatchInstruction> items)
Deprecated.PatchMaskingColumnsDetails(List<PatchInstruction> items)
Deprecated.PatchSdmMaskingPolicyDifferenceColumnsDetails(List<PatchInstruction> items)
Deprecated.PatchSensitiveColumnDetails(List<PatchInstruction> items)
Deprecated.PatchSqlFirewallAllowedSqlDetails(List<PatchInstruction> items, String sqlFirewallPolicyId)
Deprecated.PatchTargetAlertPolicyAssociationDetails(List<PatchInstruction> items, String compartmentId)
Deprecated.
-