Uses of Class
com.oracle.bmc.datasafe.model.MaskingPolicyHealthReportLogSummary.HealthCheckType
-
Packages that use MaskingPolicyHealthReportLogSummary.HealthCheckType Package Description com.oracle.bmc.datasafe.model -
-
Uses of MaskingPolicyHealthReportLogSummary.HealthCheckType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingPolicyHealthReportLogSummary.HealthCheckType Modifier and Type Method Description static MaskingPolicyHealthReportLogSummary.HealthCheckTypeMaskingPolicyHealthReportLogSummary.HealthCheckType. create(String key)MaskingPolicyHealthReportLogSummary.HealthCheckTypeMaskingPolicyHealthReportLogSummary. getHealthCheckType()An enum type entry for each health check in the masking policy.static MaskingPolicyHealthReportLogSummary.HealthCheckTypeMaskingPolicyHealthReportLogSummary.HealthCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaskingPolicyHealthReportLogSummary.HealthCheckType[]MaskingPolicyHealthReportLogSummary.HealthCheckType. 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 MaskingPolicyHealthReportLogSummary.HealthCheckType Modifier and Type Method Description MaskingPolicyHealthReportLogSummary.BuilderMaskingPolicyHealthReportLogSummary.Builder. healthCheckType(MaskingPolicyHealthReportLogSummary.HealthCheckType healthCheckType)An enum type entry for each health check in the masking policy.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingPolicyHealthReportLogSummary.HealthCheckType Constructor Description MaskingPolicyHealthReportLogSummary(MaskingPolicyHealthReportLogSummary.MessageType messageType, Date timestamp, String message, String remediation, String description, MaskingPolicyHealthReportLogSummary.HealthCheckType healthCheckType)Deprecated.
-