Package | Description |
---|---|
com.oracle.bmc.fusionapps.model |
Modifier and Type | Method and Description |
---|---|
static KmsKeyInfo.ScheduledKeyStatus |
KmsKeyInfo.ScheduledKeyStatus.create(String key) |
KmsKeyInfo.ScheduledKeyStatus |
KmsKeyInfo.getScheduledKeyStatus()
the scheduled key status
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
KmsKeyInfo.Builder |
KmsKeyInfo.Builder.scheduledKeyStatus(KmsKeyInfo.ScheduledKeyStatus scheduledKeyStatus)
the scheduled key status
|
Constructor and Description |
---|
KmsKeyInfo(String activeKeyId,
String activeKeyVersion,
String scheduledKeyId,
String scheduledKeyVersion,
String currentKeyLifecycleState,
String scheduledLifecycleState,
KmsKeyInfo.ScheduledKeyStatus scheduledKeyStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.