Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.AuditReportStatus
-
Packages that use AuditReportStatus Package Description com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of AuditReportStatus in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return AuditReportStatus Modifier and Type Method Description static AuditReportStatus
AuditReportStatus. create(String key)
AuditReportStatus
DelegatedResourceAccessRequestAuditLogReport. getAuditReportStatus()
Status of the audit reportstatic AuditReportStatus
AuditReportStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditReportStatus[]
AuditReportStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type AuditReportStatus Modifier and Type Method Description DelegatedResourceAccessRequestAuditLogReport.Builder
DelegatedResourceAccessRequestAuditLogReport.Builder. auditReportStatus(AuditReportStatus auditReportStatus)
Status of the audit reportConstructors in com.oracle.bmc.delegateaccesscontrol.model with parameters of type AuditReportStatus Constructor Description DelegatedResourceAccessRequestAuditLogReport(String report, String processTree, AuditReportStatus auditReportStatus, Date timeReportGenerated)
Deprecated.
-