Uses of Class
com.oracle.bmc.keymanagement.model.EnableAuditMgmtLogging.AuditLoggingStatus
-
Packages that use EnableAuditMgmtLogging.AuditLoggingStatus Package Description com.oracle.bmc.keymanagement.model -
-
Uses of EnableAuditMgmtLogging.AuditLoggingStatus in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return EnableAuditMgmtLogging.AuditLoggingStatus Modifier and Type Method Description static EnableAuditMgmtLogging.AuditLoggingStatusEnableAuditMgmtLogging.AuditLoggingStatus. create(String key)EnableAuditMgmtLogging.AuditLoggingStatusEnableAuditMgmtLogging. getAuditLoggingStatus()Status of the audit logging.static EnableAuditMgmtLogging.AuditLoggingStatusEnableAuditMgmtLogging.AuditLoggingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EnableAuditMgmtLogging.AuditLoggingStatus[]EnableAuditMgmtLogging.AuditLoggingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type EnableAuditMgmtLogging.AuditLoggingStatus Modifier and Type Method Description EnableAuditMgmtLogging.BuilderEnableAuditMgmtLogging.Builder. auditLoggingStatus(EnableAuditMgmtLogging.AuditLoggingStatus auditLoggingStatus)Status of the audit logging.Constructors in com.oracle.bmc.keymanagement.model with parameters of type EnableAuditMgmtLogging.AuditLoggingStatus Constructor Description EnableAuditMgmtLogging(String id, String hsmClusterId, String customerBucketName, String namespace, String clusterCompartmentId, EnableAuditMgmtLogging.AuditLoggingStatus auditLoggingStatus)Deprecated.
-