Uses of Class
com.oracle.bmc.keymanagement.model.AutoKeyRotationDetails.LastRotationStatus
-
Packages that use AutoKeyRotationDetails.LastRotationStatus Package Description com.oracle.bmc.keymanagement.model -
-
Uses of AutoKeyRotationDetails.LastRotationStatus in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return AutoKeyRotationDetails.LastRotationStatus Modifier and Type Method Description static AutoKeyRotationDetails.LastRotationStatus
AutoKeyRotationDetails.LastRotationStatus. create(String key)
AutoKeyRotationDetails.LastRotationStatus
AutoKeyRotationDetails. getLastRotationStatus()
The status of last execution of auto key rotation.static AutoKeyRotationDetails.LastRotationStatus
AutoKeyRotationDetails.LastRotationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoKeyRotationDetails.LastRotationStatus[]
AutoKeyRotationDetails.LastRotationStatus. 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 AutoKeyRotationDetails.LastRotationStatus Modifier and Type Method Description AutoKeyRotationDetails.Builder
AutoKeyRotationDetails.Builder. lastRotationStatus(AutoKeyRotationDetails.LastRotationStatus lastRotationStatus)
The status of last execution of auto key rotation.Constructors in com.oracle.bmc.keymanagement.model with parameters of type AutoKeyRotationDetails.LastRotationStatus Constructor Description AutoKeyRotationDetails(Integer rotationIntervalInDays, Date timeOfScheduleStart, Date timeOfNextRotation, Date timeOfLastRotation, AutoKeyRotationDetails.LastRotationStatus lastRotationStatus, String lastRotationMessage)
Deprecated.
-