Uses of Class
com.oracle.bmc.keymanagement.model.HsmClusterAuditLoggingInfo.AuditLogLifecycleState
-
Packages that use HsmClusterAuditLoggingInfo.AuditLogLifecycleState Package Description com.oracle.bmc.keymanagement.model -
-
Uses of HsmClusterAuditLoggingInfo.AuditLogLifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmClusterAuditLoggingInfo.AuditLogLifecycleState Modifier and Type Method Description static HsmClusterAuditLoggingInfo.AuditLogLifecycleStateHsmClusterAuditLoggingInfo.AuditLogLifecycleState. create(String key)HsmClusterAuditLoggingInfo.AuditLogLifecycleStateHsmClusterAuditLoggingInfo. getAuditLogLifecycleState()The current lifecycle state of the audit logs.static HsmClusterAuditLoggingInfo.AuditLogLifecycleStateHsmClusterAuditLoggingInfo.AuditLogLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static HsmClusterAuditLoggingInfo.AuditLogLifecycleState[]HsmClusterAuditLoggingInfo.AuditLogLifecycleState. 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 HsmClusterAuditLoggingInfo.AuditLogLifecycleState Modifier and Type Method Description HsmClusterAuditLoggingInfo.BuilderHsmClusterAuditLoggingInfo.Builder. auditLogLifecycleState(HsmClusterAuditLoggingInfo.AuditLogLifecycleState auditLogLifecycleState)The current lifecycle state of the audit logs.Constructors in com.oracle.bmc.keymanagement.model with parameters of type HsmClusterAuditLoggingInfo.AuditLogLifecycleState Constructor Description HsmClusterAuditLoggingInfo(Boolean isEnabled, String bucketName, String namespace, String compartmentId, String dynamicGroupName, HsmClusterAuditLoggingInfo.AuditLogLifecycleState auditLogLifecycleState)Deprecated.
-