Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
List<PatchInstruction> |
PatchDiscoveryJobResultDetails.getItems()
An array of patch instructions.
|
List<PatchInstruction> |
PatchTargetAlertPolicyAssociationDetails.getItems()
An array of patch instructions.
|
List<PatchInstruction> |
PatchSensitiveColumnDetails.getItems()
An array of patch instructions.
|
List<PatchInstruction> |
PatchMaskingColumnsDetails.getItems()
An array of patch instructions.
|
List<PatchInstruction> |
PatchAlertPolicyRuleDetails.getItems()
Array of patch instructions.
|
List<PatchInstruction> |
PatchSdmMaskingPolicyDifferenceColumnsDetails.getItems()
An 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> |
PatchSqlFirewallAllowedSqlDetails.getItems()
An array of patch instructions.
|
Modifier and Type | Method and Description |
---|---|
PatchDiscoveryJobResultDetails.Builder |
PatchDiscoveryJobResultDetails.Builder.items(List<PatchInstruction> items)
An array of patch instructions.
|
PatchTargetAlertPolicyAssociationDetails.Builder |
PatchTargetAlertPolicyAssociationDetails.Builder.items(List<PatchInstruction> items)
An array of patch instructions.
|
PatchSensitiveColumnDetails.Builder |
PatchSensitiveColumnDetails.Builder.items(List<PatchInstruction> items)
An array of patch instructions.
|
PatchMaskingColumnsDetails.Builder |
PatchMaskingColumnsDetails.Builder.items(List<PatchInstruction> items)
An array of patch instructions.
|
PatchAlertPolicyRuleDetails.Builder |
PatchAlertPolicyRuleDetails.Builder.items(List<PatchInstruction> items)
Array of patch instructions.
|
PatchSdmMaskingPolicyDifferenceColumnsDetails.Builder |
PatchSdmMaskingPolicyDifferenceColumnsDetails.Builder.items(List<PatchInstruction> items)
An 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.
|
PatchSqlFirewallAllowedSqlDetails.Builder |
PatchSqlFirewallAllowedSqlDetails.Builder.items(List<PatchInstruction> items)
An array of patch instructions.
|
Constructor and Description |
---|
PatchAlertPolicyRuleDetails(List<PatchInstruction> items)
Deprecated.
|
PatchAlertsDetails(List<PatchInstruction> items,
String compartmentId)
Deprecated.
|
PatchDiscoveryJobResultDetails(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.
|
Copyright © 2016–2024. All rights reserved.