Uses of Class
com.oracle.bmc.fusionapps.model.KmsKeyInfo.ScheduledKeyStatus
-
Packages that use KmsKeyInfo.ScheduledKeyStatus Package Description com.oracle.bmc.fusionapps.model -
-
Uses of KmsKeyInfo.ScheduledKeyStatus in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return KmsKeyInfo.ScheduledKeyStatus Modifier and Type Method Description static KmsKeyInfo.ScheduledKeyStatus
KmsKeyInfo.ScheduledKeyStatus. create(String key)
KmsKeyInfo.ScheduledKeyStatus
KmsKeyInfo. getScheduledKeyStatus()
the scheduled key statusstatic KmsKeyInfo.ScheduledKeyStatus
KmsKeyInfo.ScheduledKeyStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static KmsKeyInfo.ScheduledKeyStatus[]
KmsKeyInfo.ScheduledKeyStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type KmsKeyInfo.ScheduledKeyStatus Modifier and Type Method Description KmsKeyInfo.Builder
KmsKeyInfo.Builder. scheduledKeyStatus(KmsKeyInfo.ScheduledKeyStatus scheduledKeyStatus)
the scheduled key statusConstructors in com.oracle.bmc.fusionapps.model with parameters of type KmsKeyInfo.ScheduledKeyStatus Constructor Description KmsKeyInfo(String activeKeyId, String activeKeyVersion, String scheduledKeyId, String scheduledKeyVersion, String currentKeyLifecycleState, String scheduledLifecycleState, KmsKeyInfo.ScheduledKeyStatus scheduledKeyStatus)
Deprecated.
-