Uses of Enum Class
cloud.opencode.base.crypto.rotation.KeyRotation.RotationEvent.Type
Packages that use KeyRotation.RotationEvent.Type
-
Uses of KeyRotation.RotationEvent.Type in cloud.opencode.base.crypto.rotation
Subclasses with type arguments of type KeyRotation.RotationEvent.Type in cloud.opencode.base.crypto.rotationMethods in cloud.opencode.base.crypto.rotation that return KeyRotation.RotationEvent.TypeModifier and TypeMethodDescriptionKeyRotation.RotationEvent.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static KeyRotation.RotationEvent.Type[]KeyRotation.RotationEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.crypto.rotation with parameters of type KeyRotation.RotationEvent.TypeModifierConstructorDescriptionRotationEvent(String keyId, KeyRotation.RotationEvent.Type type, long version, Instant timestamp) Creates an instance of aRotationEventrecord class.